
function checkBrowser(){


	if(navigator.userAgent.indexOf('Netscape') > 0)
		document.write("<link rel='stylesheet' type='text/css' href='style/style_ns.css'>");
	else
		document.write("<link rel='stylesheet' type='text/css' href='style/style_ie.css'>");
		
}

checkBrowser();


		





