  	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: '/fileadmin/templates/Sraccato222_BT.swf', selector: '#sidepane dd.csc-textpic-caption' });
 

  
   sIFR.replace(bitstream, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { color: #8b8b8b; font-weight: normal;}'
     ,'a { text-decoration: none; }'
     ,'a:link { color: #8b8b8b; }'
     ,'a:hover { color: #8b8b8b; }'
    ]
    , wmode: 'transparent'
  });
  
  sIFR.replace(bitstream, {
    selector: 'h5'
    ,css: [
      '.sIFR-root { color: #232C6F; font-weight: normal;}'
     ,'a { text-decoration: none; }'
     ,'a:link { color: #232C6F; }'
     ,'a:hover { color: #232C6F; }'
    ]
    , wmode: 'transparent'
  });
  
   sIFR.replace(bitstream, {
    selector: 'h6'
    ,css: [
      '.sIFR-root { color: #232C6F; font-weight: normal;}'
     ,'a { text-decoration: none; }'
     ,'a:link { color: #232C6F; }'
     ,'a:hover { color: #232C6F; }'
    ]
    , wmode: 'transparent'
  });
  
   



