//<script language="javascript">


if (!window.myClient) myClient = new ClientSniffer();
var s_l_URL;
if (myClient.nn4)
{
	document.open();
	document.write("<link rel=stylesheet type='text/css' href='/css/style_ns4.css'>");
	document.close();
	 //alert("ich bin NS4");	
}

else
{
	document.open();
	document.open();document.write("<link rel=stylesheet type='text/css' href='/css/style.css'>");
	document.close(); 
	 //alert("ich bin MS");
}

