var isIE =(navigator.userAgent.indexOf("MSIE")!= -1);

if  (isIE) {
	document.write('<link rel="stylesheet" href="stylesheet/style_ie.css" type="text/css">');
} else {
	document.write('<link rel="stylesheet" href="stylesheet/style_ns.css" type="text/css">');
}

