function ExitNotice()  {
        if(confirm("You are now leaving the OCC's public web site.  The privacy policy of the site to which you are going may differ from the OCC'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 OCC's web site.  The OCC 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 OCC 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;
}

function mailto1(){
		window.open('mailto:webmaster@occ.treas.gov?Subject=HelpWithMyBank.gov: Current page: '+ document.URL)
  }
