


function leavingsite(thislink) {

if (confirm("Third Party Site Disclaimer" + "\n" + "Notice:" + "\n" + " By accessing the noted link you will be leaving your financial institution's website and entering a website hosted by another party. Your financial institution has not approved this as a reliable partner site. Please be advised that you will no longer be subject to, or under the protection of, the privacy and security policies of your financial institution's website. We encourage you to read and evaluate the privacy and security policies of the site you are entering, which may be different than those of your financial institution's. ")) {
 window.open(thislink)
 }
}

function emailwarn(thislink) {
	if (confirm("Please do not send confidential information to us via email.  Email is not necessarily secure against interception.  If your communication is sensitive or includes personal information such as your account number, passwords or social security number, we suggest you either call us at 860.889.7381 or mail it to us.")) {
	window.open(thislink)
	}
}

