<!--

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

var stylesheet;
var linkstring1 = '<sty' + 'le type="text\/css">\@import url(\/jobboard\/CoxTexasNews\/Data\/';
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);
  }

  if ((is_firefox == true) && (is_mac == true)) {
  stylesheet = "main_mac_firefox.css";
  document.write(linkstring1 + stylesheet + linkstring2);
  }





//-->