function test()
{
	if((navigator.userAgent.indexOf("Windows 95") != -1) || (navigator.userAgent.indexOf(" MSIE 5.") != -1))
	{
		alert("Warning: \nYou are using an out of date version of Internet Explorer\nPortions of this site may not render properly.\n\nIt is recommended that you either upgrade Internet Explorer to 6.0 or higher, or install an alternative such as:\nFirefox ( http://www.mozilla.org )\nOpera ( http://www.opera.com/ )\n\nOr, if you are using an Apple computer, please use Safari ( http://www.apple.com/safari/ )");
	}
}