var bname = navigator.appName;

if (bname == "Microsoft Internet Explorer")
 {
   document.write("<link rel='stylesheet' type='text/css' href='css/xpIECss.css' />");
   }
else
   {
   document.write('<link rel="stylesheet" type="text/css" href="css/xpFFCss.css"/>');
   } 