var centaur = { src: 'http://www.atlantaalliance.com/Centaur.swf'
,ratios: [8, 1.31, 12, 1.27, 15, 1.21, 16, 1.22, 22, 1.2, 23, 1.17, 28, 1.19, 30, 1.17, 31, 1.18, 33, 1.17, 38, 1.16, 39, 1.17, 54, 1.16, 81, 1.15, 84, 1.14, 85, 1.15, 87, 1.14, 88, 1.15, 91, 1.14, 92, 1.15, 1.14]
};
// sIFR.useStyleCheck = true;

// Next, activate sIFR:
sIFR.activate(centaur);

//sIFR.debug.ratios({ src: 'http://www.atlantaalliance.com/Centaur.swf', selector: 'h1' });

sIFR.replace(centaur, {
  selector: 'h1#spatit',
  css: '.sIFR-root { color: #ffffff; }',
  wmode: 'transparent'

});

