
  var sifr = {
    src: 'sifr.swf'
    ,ratios: [6, 1.24, 11, 1.13, 12, 1.12, 21, 1.07, 29, 1.04, 30, 1.05, 49, 1.03, 53, 1.02, 54, 1.03, 74, 1.02, 77, 1.01, 78, 1.02, 83, 1.01, 84, 1.02, 89, 1.01, 90, 1.02, 95, 1.01, 96, 1.02, 1.01]
  };

 
  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(sifr);
  //sIFR.debug.ratios({src:'sifr.swf',selector:'h4'});
  
  
 /* sIFR.replace(sifr, {
    selector: 'h1'
    ,css: {
      '.sIFR-root': { 'color': '#112f72' , 'padding': 0 , 'margin' : 0 }
    }
    ,filters: {
      
    }
	,wmode: 'transparent'
  });*/

 sIFR.replace(sifr, {
    selector: 'h4'
    ,css: {
      '.sIFR-root': { 'color': '#FFFFFF' , 'padding': 0 , 'margin' : 0 }
    }
    ,filters: {
      
    }
	,wmode: 'transparent'
  });
