var bName = navigator.appName;
if(bName == "Microsoft Internet Explorer"){
	document.write('<link href="/styles/ie_style.css" rel="stylesheet" type="text/css">');
} else if(bName == "Netscape"){
	document.write('<link href="/styles/ns_style.css" rel="stylesheet" type="text/css">');
} else{
	document.write('<link href="/styles/ie_style.css" rel="stylesheet" type="text/css">');
}