
  var sifr = {
    src: 'sifr.swf'
    ,ratios: [7, 1.32, 9, 1.24, 13, 1.25, 16, 1.21, 22, 1.2, 23, 1.17, 25, 1.19, 27, 1.17, 32, 1.16, 33, 1.17, 42, 1.16, 47, 1.15, 48, 1.16, 58, 1.15, 59, 1.14, 63, 1.15, 64, 1.14, 65, 1.15, 71, 1.14, 72, 1.15, 103, 1.14, 104, 1.13, 110, 1.14, 112, 1.13, 115, 1.14, 119, 1.13, 121, 1.14, 1.13]
  };

 
  // 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': '#112f72' , 'padding': 0 , 'margin' : 0 }
    }
    ,filters: {
      
    }
	,wmode: 'transparent'
  });