<!--

function ExitNotice() {
	if(confirm("You are now leaving the Brady National Bank web site.  The privacy policy of the site to which you are going may differ from the Brady National Bank's privacy policy.  To remain at our site, click Cancel. To leave our site for the link you selected, click OK.  Thank you for visiting our site.")) {
		return true;
} 
history.go(0);
return false;
}

function goPR() {
	var URL = document.releases.site.options[document.releases.site.selectedIndex].value;
	window.location.href = URL;
}
function ExitNoticecdd() {
        if(confirm("You are now leaving the Brady National Bank web site.  Brady National Bank does not guarantee that the content provided by external web sites is current, accurate, or complete.  External links do not constitute an endorsement by the Brady National Bank of the sponsor or contents of any web site.  To remain at our site, click cancel.  To leave our site for the link you selected, click OK.  Thank you for visiting our web site.")) {
			 return true;
			} 
history.go(0);
return false;
}
//-->