<!--

/********** Serves browser-specific stylesheets **********/

var stylesheet;
var linkstring1 = '<sty' + 'le type="text\/css">\@import url(http:\/\/alt.coxnewsweb.com\/statesman\/styles\/';
var linkstring2 = ');</sty' + 'le>';

	if (is_mac == true) {
	stylesheet = "statesman_mac.css";
	document.write(linkstring1 + stylesheet + linkstring2);
	}
	
	if ((is_safari == true) && (is_mac == true)) {
	stylesheet = "statesman_safari.css";
	document.write(linkstring1 + stylesheet + linkstring2);
	}
  
  
//-->