if(navigator.appName=="Microsoft Internet Explorer")
{
 document.write('<link rel="stylesheet" type="text/css" href="cssie.css">');
}
else
{
 document.write('<link rel="stylesheet" type="text/css" href="cssff.css">');
}
