if (navigator.appName== "Netscape"){
document.write('<link rel="stylesheet" type="text/css" href="/css/Netscape.css">')
}
else{
document.write('<link rel="stylesheet" type="text/css" href="/css/IE.css">')
}
