<!--
function leaveSite(url){
	if(confirm("By linking to this web site you are exiting the FirstMerit web site. The external website may have privacy and security standards which are different from FirstMerit's. Even though FirstMerit has a business relationship with the external website provider, FirstMerit cannot guarantee the products, services, information or recommendations contained in external websites."))
	{
		var newwin=window.open(url);
		newwin.focus();
	}
}
// -->