document.open();
if(win && ie){
document.write('<link rel="stylesheet" href="/mb/english/common/css/winie.css" type="text/css">');
document.write("\n");
}
else if(win && ns){
document.write('<link rel="stylesheet" href="/mb/english/common/css/winns.css" type="text/css">');
document.write("\n");
}
else if(win && ns6){
document.write('<link rel="stylesheet" href="/mb/english/common/css/winns6.css" type="text/css">');
document.write("\n");
}
else if(mac && ie){
document.write('<link rel="stylesheet" href="/mb/english/common/css/macie.css" type="text/css">');
document.write("\n");
}
else if(mac && ns){
document.write('<link rel="stylesheet" href="/mb/english/common/css/macns.css" type="text/css">');
document.write("\n");
}
else if(mac && ns6){
document.write('<link rel="stylesheet" href="/mb/english/common/css/macns6.css" type="text/css">');
document.write("\n");
}
document.close();

