<!-- 
if(-1 != navigator.userAgent.indexOf("MSIE")) 
{
 // Internet Explorer 
document.write('<link rel="stylesheet" type="text/css" href="scripts/ie_style.css">');
 } 
else 
{
 // other 
document.write('<link rel="stylesheet" type="text/css" href="scripts/other_style.css">');
} //--> 