var bitstream = {
    src: '/bitstream.swf' 
    ,ratios: [10,1.32,16,1.27,23,1.23,24,1.21,25,1.22,31,1.21,38,1.2,42,1.19,43,1.2,61,1.19,66,1.18,67,1.19,96,1.18,97,1.17,102,1.18,103,1.17,108,1.18,109,1.17,113,1.18,115,1.17,117,1.18,121,1.17,122,1.18,1.17]
  };

  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(bitstream);
  
  //sIFR.debug.ratios({ src: '/bitstream.swf', selector: 'h1' });
 
 sIFR.replace(bitstream, {
    selector: 'h5'
    ,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { text-decoration: none; color: #ffffff; }'
      ,'em { text-decoration: none; color: #000000; font-style: none; font-weight: normal;}'
     
    ]
    , wmode: 'transparent'
  });