  var cg = {
    src: '/headers/cg.swf'
  };

  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(cg);
  
  sIFR.replace(cg, {
    selector: 'h4'
    ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color:#400c1a; font-size:16px; font-weight:normal; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });

