//<[CDATA[
  
  
  var arialBold = {
    src: 'Files/acph/resources/swf/ArialBold.swf',
    ratios: [8,1.3,12,1.27,16,1.21,19,1.17,24,1.18,26,1.16,27,1.17,35,1.16,44,1.15,63,1.14,64,1.13,67,1.14,68,1.13,70,1.14,76,1.13,77,1.14,1.13]
  };

  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(arialBold);
  
  sIFR.replace(arialBold, {
  selector: 'div.subHeader',
  css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #FFFFFF; font-size: 13px; }'
    ],
  wmode: "transparent",
  offsetTop : "6px",
  offsetLeft : "8px",
  selectable : false,
  debugMode : true,
  fixWrap : true
  
  });
  
  sIFR.replace(arialBold, {
  selector: 'div.defaultHeader,div.bArticleTitle',
  css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #747474; font-size: 20px; }'
    ],
  wmode: "opaque",
  selectable : false,
  debugMode : true,
  fixWrap : true,
  fitExactly : true,
  tuneHeight: "0"
  });
  
  sIFR.replace(arialBold, {
  selector: 'div.bigHeader',
  css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #747474; font-size: 22px; }'
    ],
  wmode: "transparent",
  selectable : false,
  debugMode : true,
  fixWrap : true,
  fitExactly : true,
  tuneHeight: "-6"  
  });
  
  //]]>