function goto2() {
return confirm("\r You are now leaving Erie Federal Credit Union's website and are going to a website that is not \r\n operated by the credit union. Erie Federal Credit Union is not responsible for the content or \r\n availability of linked sites. \r\n\n Please be advised that Erie Federal Credit Union does not represent either the third party or you, \r\n the member, if you enter into a transaction. Further, the privacy and security policies of the linked \r\n site may differ from those practiced by the credit union. \r\n\nSelect OK to Continue or Cancel to remain on current page.")
}

function goto(site) {
var msg = confirm("\r You are now leaving Erie Federal Credit Union's website and are going to a website that is not \r\n operated by the credit union. Erie Federal Credit Union is not responsible for the content or \r\n availability of linked sites. \r\n\n Please be advised that Erie Federal Credit Union does not represent either the third party or you, \r\n the member, if you enter into a transaction. Further, the privacy and security policies of the linked \r\n site may differ from those practiced by the credit union. \r\n\nSelect OK to Continue or Cancel to remain on current page.")
if (msg) {window.location.href = site}
else (null)
}

//function goto(site) {
//var msg = confirm("\r You are now leaving Erie Federal Credit Union's website and are going to a website that is not \r\n operated by the credit union. Erie Federal Credit Union is not responsible for the content or \r\n availability of linked sites. \r\n\n Please be advised that Erie Federal Credit Union does not represent either the third party or you, \r\n the member, if you enter into a transaction. Further, the privacy and security policies of the linked \r\n site may differ from those practiced by the credit union. \r\n\nSelect OK to Continue or Cancel to remain on current page.")
//if (msg) this.open(site)
//else (null)
//}