function EmailWarn(theurl) {
	var name = alert("WARNING: Email is not secure.\n\n Do not include account numbers, social security numbers or other confidential information in your message.")
	window.location.href = theurl
}

function ExitSiteWarn(theurl) {
	var name = alert("WARNING: You are now leaving the Hardin County Saving Bank website.\n\n Click OK to continue.")
	window.location.href = theurl
}