// JavaScript Document
//Sniffer script to load stylesheets
if (!document.implementation ) {
	window.open("oldBrowser.htm", "oldBrowser", "width=300, height=300, status=yes resizeable=yes");
}
