<!--style sheet-->
	if (navigator.appName == "Microsoft Internet Explorer") 
	{
		document.write('<link rel="stylesheet" type="text/css" href="/layout/home/css/ie_style_e.css">');
	}
	else if (navigator.appName == "Netscape")
	{
		document.write('<link rel="stylesheet" type="text/css" href="/layout/home/css/nc_style_e.css">');
	}


