// JavaScript Document
function showBrowserMessage() {
	document.write("The browser you are using does not correctly support the styling elements used on this site.<br />");
	document.write("All of this site's content is still available to you but will not be styled in any way.<br />");
	document.write("We suggest updating your browser to a newer version.  IE 5 for the Mac users will need to choose a different<br />");
	document.write("browser all together.");
}
