function check(){
document.open();
if(navigator.appName == "Netscape")
{
	document.write("<link rel='stylesheet' href='/css/cssnn.css'>");
}
else
{
	document.write("<link rel='stylesheet' href='/css/cssie.css'>");
}
document.close();
}
