<!--

function ExitNotice()  {
        if(confirm("You are now leaving the bank's web site. This institution does not guarantee or endorse the products, the security, or privacy practices on linked sites.  Nor is the institution responsible for the accuracy of data on linked sites. 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 EmailWarning()  {
        if(confirm("For security reasons your e-mail should NOT contain confidential information such as your Social Security number, PIN, password or account number(s).   If you do not want to send unsecured e-mail, click Cancel. To continue and e-mail the person you selected, click OK. Thank you for visiting our site.")) { return true;
} 
history.go(0);
return false;
}


//-->
