

if (navigator.userAgent.indexOf('Win') != -1 && (navigator.userAgent.indexOf("Firefox")!= -1 || navigator.userAgent.indexOf("Chrome")!= -1 || navigator.userAgent.indexOf("Opera")!= -1))
    {  document.write ('<link href="/stylesheets/mainFF.css" rel="stylesheet" type="text/css">');    }
    
if(navigator.userAgent.indexOf('MSIE 6.0') > 0)
     {
          document.write ('<link href="/stylesheets/fontsIE.css" rel="stylesheet" type="text/css" />');
          document.write ('<link href="/stylesheets/mainIE.css" rel="stylesheet" type="text/css" />');
          document.write ('<link href="/stylesheets/mainIE6.css" rel="stylesheet" type="text/css" />');
     }

if(navigator.userAgent.indexOf('MSIE 7.0') > 0)
     {
          document.write ('<link href="/stylesheets/fontsIE.css" rel="stylesheet" type="text/css" />');
          document.write ('<link href="/stylesheets/mainIE.css" rel="stylesheet" type="text/css" />');
          document.write ('<link href="/stylesheets/mainIE7.css" rel="stylesheet" type="text/css" />');
     }

if(navigator.userAgent.indexOf('MSIE 8.0') > 0)
     {
          document.write ('<link href="/stylesheets/fontsIE.css" rel="stylesheet" type="text/css" />');
          document.write ('<link href="/stylesheets/mainIE.css" rel="stylesheet" type="text/css" />');
          document.write ('<link href="/stylesheets/mainIE8.css" rel="stylesheet" type="text/css" />');
     }

if(navigator.userAgent.indexOf('MSIE 9.0') > 0)
     {
          document.write ('<link href="/stylesheets/fontsIE9.css" rel="stylesheet" type="text/css" />');
          document.write ('<link href="/stylesheets/mainIE.css" rel="stylesheet" type="text/css" />');
          document.write ('<link href="/stylesheets/mainIE9.css" rel="stylesheet" type="text/css" />');
     }
