// if browser is Netscape attach Netscape Style
if (navigator.appName == "Netscape") {	
	
	document.write("<link rel=\"stylesheet\" type=\"text/css\"" +
				   " href=\"" + "http://www.78republic.com/portfolio/websites/layeredx/css/secondary.css" + "\">");
	
}	
