var twcent = {
  src: 'flash/sifr.swf'
};

sIFR.prefetch(twcent);

sIFR.activate();

sIFR.replace(twcent, {
  selector: 'h3' ,
  wmode: 'transparent',
  css: '.sIFR-root {color:#d4d2d1;font-size:24px;}'
});

sIFR.replace(twcent, {
  selector: 'h4' ,
  wmode: 'transparent',
  css: '.sIFR-root {color:#937d6b;font-size:16px;}'
});