<!--
 if(-1 != navigator.userAgent.indexOf("MSIE"))
 {
 // Internet Explorer
 document.write('<link rel="stylesheet" type="text/css" href="../common/obfsIE.css">');
 }
 else if (-1 != navigator.userAgent.indexOf("Mozilla"))
 {
 // Netscape
 document.write('<link rel="stylesheet" type="text/css" href="#variables.pathToRoot#common/obfsNS.css">');
 }
 else
 {
 // other
 document.write('<link rel="stylesheet" type="text/css" href="../common/obfsIE.css">');
 }
//-->

