
var trebuchet = { src: 'assets/templates/teatteri/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: #7e604a; font-weight: bold; }'
  ,wmode: 'transparent'  
});
sIFR.replace(trebuchet, {
  selector: 'h2'
  ,css: '.sIFR-root { color: #3b2c2c; }'
  ,wmode: 'transparent'
});

sIFR.replace(trebuchet, {
  selector: '#footer h4'
  ,css: '.sIFR-root {color: #ffffff; }'
  ,wmode: 'transparent'  
});
