

function leavingsite(thislink) {

if (confirm("You are now leaving Worcester Fire Department Credit Union. The link you have selected is located on another server. We recommend that you view the privacy policy of any website you visit before providing personal information. Please click OK to leave Worcester Fire Department Credit Union and proceed to the selected site.")) {
 window.open(thislink,null,"height=600,width=770,status=yes,toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes,left=0, top=0");
 }
}


