
var trebuchet = { src: 'assets/templates/meranti/sifr/trebuchet.swf',	
			ratios: [10, 1.32, 12, 1.26, 16, 1.27, 19, 1.23, 25, 1.22, 31, 1.21, 33, 1.2, 37, 1.19, 38, 1.2, 51, 1.19, 55, 1.18, 56, 1.19, 90, 1.18, 92, 1.17, 94, 1.18, 98, 1.17, 99, 1.18, 1.17] 
};

sIFR.activate(trebuchet);
sIFR.replace(trebuchet, {
  selector: 'h1'
  ,css: '.sIFR-root { color: #0089d1; font-weight: bold; }'
  ,wmode: 'transparent'  
});
sIFR.replace(trebuchet, {
  selector: '#inner-main h2'
  ,css: '.sIFR-root { color: #0089d1; font-weight: bold;}'
  ,wmode: 'transparent'
});

