<!--
function safemail(name, domain, display) {
displayed=(typeof(display)=="undefined") ? name+"@"+domain : display
document.write('<a onClick="MM_popupMsg()" class="bodynav" href=mailto:' + name + '@' + domain + '>' + displayed + ' </a>');
}// -->
<!--
function MM_popupMsg(msg) { //v1.0
  alert('This e-mail is not secure and should not be used to send account numbers, PINs, or other personal or confidential information.  If you have questions regarding your Exchange Bank accounts or services, please contact customer service at 1-843-355-6181 or stop by any branch location.');
}
//-->
 
