function showWarning(URL)
{
	window.alert("The Seymour Bank does not endorse and is not responsible for the content or the privacy practices of these sites.  You will exit The Seymour Bank site when you access any of these other sites.");
	location.href = URL;
}
