

function leavingsite(thislink) {

if (confirm("Third Party Site Disclaimer Notice:" + "\n" + "\n" + "You are now leaving Somerville Municipal FCU's web-site and are going to a web-site that is not operated by the credit union. Somerville Municipal FCU is not responsible for the content or availability of linked sites." + "\n" + "\n" + "Please be advised that Somerville Municipal FCU does not represent either the third party or you, the member, if you enter into a transaction. Further, the privacy and security policies of the linked site may differ from those practiced by the credit union." + "\n" + "\n")) {
 window.open(thislink,null,"height=500,width=770,status=yes,toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes,left=0, top=0");
 }
}


