
var fancyFont = { src: sifrFontPath + 'akzentcondextrabold-regularitalic.swf' };

sIFR.activate(fancyFont);

sIFR.replace(fancyFont, {
  selector: 'h2',
  css: '.sIFR-root { background-color: #000000; color: #000000; }',
  wmode: 'transparent'
});

sIFR.replace(fancyFont, {
  selector: 'h2',
  css: '.sIFR-root { background-color: #F9F9F9; color: #000000; }',
  wmode: 'transparent'
});
