document.write('<link type="text/css" rel="stylesheet" ');
	if (navigator.appName == "Netscape" && 
		parseFloat(navigator.appVersion) > 1 )
		{document.writeln('href="stylefox.css">'); }
		else
		{document.writeln('href="style.css">'); }

