
  if (navigator.appName.indexOf("Explorer") != -1)
  {
    if (navigator.appVersion.indexOf("Win") != -1)
    {                                      //URL to MSIE Win CSS
      document.write('<link rel=stylesheet href="/css/cc.css" type="text/css">');
    }
    
  }

  else if (navigator.appName.indexOf("Netscape") != -1)
  {
    if (navigator.appVersion.indexOf("Win") != -1)    // Netscape specific navigator.appVersion
    {                                      //URL to Netscape Win CSS
      document.write('<link rel=stylesheet href="/css/ccns.css" type="text/css">');
    }
    
  }


