
  var sifr = {
    src: 'sifr.swf'
    ,ratios: [7, 1.32, 8, 1.31, 12, 1.27, 20, 1.22, 28, 1.19, 30, 1.17, 36, 1.18, 45, 1.17, 61, 1.16, 62, 1.15, 65, 1.16, 66, 1.15, 67, 1.16, 116, 1.15, 117, 1.14, 123, 1.15, 124, 1.14, 1.15]
  };

 
  // 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:'h1'});
  
  
  sIFR.replace(sifr, {
    selector: 'h1'
    ,css: {
      '.sIFR-root': { 'color': '#000000' , 'padding': 0 , 'margin' : 0 }
    }
    ,filters: {
      
    }
	,wmode: 'transparent'
  });

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