var browser=navigator.appName;
var b_version=navigator.appVersion;
if (browser=="Microsoft Internet Explorer")
	{
		if(b_version.indexOf('MSIE 6.0') > -1)
		{
			document.write("<link rel='stylesheet' href='css/featuredcontentglider2.css' type='text/css'>");
			document.write("<link rel='stylesheet' href='css/styleIE.css' type='text/css'>");
			document.write("<link rel='stylesheet' href='css/introduceIE.css' type='text/css'>");
			document.write("<script type='text/javascript' src='js/unitpngfix.js'></script>"); 
		}
        else
		{
			document.write("<link rel='stylesheet' href='css/featuredcontentglider2ie.css' type='text/css'>");
			document.write("<link rel='stylesheet' href='css/styleIE.css' type='text/css'>");
			document.write("<link rel='stylesheet' href='css/introduceIE.css' type='text/css'>"); 
		}
	}
else
	{
		document.write("<link rel='stylesheet' href='css/featuredcontentglider2.css' type='text/css'>");
		document.write("<link rel='stylesheet' href='css/style.css' type='text/css'>");
		document.write("<link rel='stylesheet' href='css/introduce.css' type='text/css'>"); 
	}
// JavaScript Document