function ExitNotice()  {
        if(confirm("Do you with to exit this website?")) {
			 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("Do you with to exit this website?")) {
			 return true;
			} 
history.go(0);
return false;
}

function mailto1(){
		window.open('mailto:mark@markmccracken.com?Subject=Helpwithmybank.net  : Current page: '+ document.URL)
  }

