var gothic = { src: 'font/gothic.swf' };

sIFR.activate(gothic);

sIFR.replace(gothic, {
  selector: 'h2',
  css: '.sIFR-root { color: #b2b2b2; font-size: 54px; }',
  wmode: 'transparent'
});

sIFR.replace(gothic, {
  selector: 'h3',
  css: '.sIFR-root { color: #ec0b8d; font-size: 26px; }',
  wmode: 'transparent'
});

