function emailDisclaimer(email)
{
	alert("E-mail Disclaimer: Any message sent as a normal e-mail through the Internet will not be transmitted in an encrypted format and does not go through a secure connection. Caution is urged in the use of confidential information such as social security numbers, account numbers, passwords, etc. in normal e-mail. If you need to send the Exchange State Bank a SECURE message, please use the BANK MAIL within Exchange State Bank's Quicklink Online Banking.   Or you may call us instead at (815) 493-2631 or toll free (866)493-2631. Be aware that a receipt acknowledgement on an e-mail message means only that the message has been routed into the Internet not that the message has been received by the Exchange State Bank.");
	window.location.href = "mailto:" + email;
}

