function leaveSite()
{
	var msg = "Please Note:\nYou are now leaving fsbcarthage.com.\nThanks for visiting.\n\n";
	msg += "The website you are going to is strictly a web resource.\n";
	msg += "The contents of the website do not reflect the endorsement of \n";
	msg += "First State Bank & Trust for any products or services that may be offered on the site.";

	return (confirm(msg));
}
