//<[CDATA[
  
  var opineheavy = {
    src: '/flash/opineheavy.swf'
  };


  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(opineheavy);
  
  sIFR.replace(opineheavy, {
    selector: 'h2.navText'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #828e8d; }'
      ,'a:hover { color: #da8920; }'
    ]
  });
  
  sIFR.replace(opineheavy, {
    selector: 'h2.navTextOn'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #da8920; }'
      ,'a:hover { color: #da8920; }'
    ]
  });

  sIFR.replace(opineheavy, {
    selector: 'h2.newsText'
    ,css: [
      '.sIFR-root { color: #da8920; text-align: left; font-weight: normal; }'
    ]
  });
  
  sIFR.replace(opineheavy, {
    selector: 'h2.footerNavText'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #cfcfcf; }'
      ,'a:hover { color: #da8920; }'
    ]
  });
  
  //]]>