var gotheroin = {
	src: 'fonts/gotheroin.swf'  
	,ratios:[8, 1.3, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 63, 1.14, 64, 1.13, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
  
};
var impact = {
  src: 'fonts/321impact.swf'
  ,ratios:[8, 1.3, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 63, 1.14, 64, 1.13, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]

};


sIFR.activate(gotheroin);
sIFR.activate(impact);

sIFR.replace(gotheroin, {	selector: '#title', wmode: 'transparent' });
sIFR.replace(impact, {	selector: '.sifr-title' });

//sIFR.debug();
//sIFR.debug.ratios(gotheroin, {selector: '#title'});
//sIFR.debug.ratios(impact, {selector: '.sifr-title'});
