// JavaScript Document

function external() {
	if(confirm('By clicking on this link you will leave the Napoleon State Bank website. We are not responsible for nor can we modify the content available via this link.')) {
		return true;
	} else {
		return false;
	}
}
