// JavaScript Document
if ((navigator.appName).indexOf("Microsoft")!=-1) {
document.write('<link rel="stylesheet" href="css/ie_main_layout.css" type="text/css">');
}
else {
document.write('<link rel="stylesheet" href="css/main_layout.css" type="text/css">');
}

