if (navigator.appName.indexOf('Microsoft') != -1)
{
	document.write("<link href='../styles/ie.css' rel='STYLESHEET' type='text/css'>");
}
else 
	document.write("<link href='../styles/ns.css' rel='STYLESHEET' type='text/css'>");

