/**
 * sIFR3 Configuration
 */
 
var h1 = { src: '/swf/sifrtest.swf' };
sIFR.useStyleCheck = true;
sIFR.activate(h1);
sIFR.replace(h1, {
  selector: 'h1',
  css: '.sIFR-root { color: #466585; font-size: 70px; }',
  wmode: 'transparent',
  ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
});
