
var cent = { src: '/include/sifr/cent.swf' };
var garamond = { src: '/include/sifr/garamond.swf' };

sIFR.activate(cent);

sIFR.replace(cent, {
  selector: 'h1'
  ,css: ['.sIFR-root { font-size: 40px;font-weight:bold; color:#000000;letter-spacing: -4;  }'
  ], wmode: 'transparent'
});
sIFR.replace(garamond, {
  selector: 'h2'
  ,css: ['.sIFR-root { font-size: 70px;font-weight:bold; color:#ffffff;letter-spacing: -7;padding:10px; }'
  ], wmode: 'transparent'
});
sIFR.fitExactly = false;
sIFR.useStyleCheck = true;
sIFR.useDomLoad = false;
