var font = {
  src: 'swf/font.swf'
};
 
sIFR.activate(font);

sIFR.replace(font, {
  selector: 'h1',
  css: [
  '.sIFR-root { font-size:24px; color:#4b4c4c; }'
  ],
  wmode: 'transparent'
});

sIFR.replace(font, {
  selector: 'h2',
  css: [
  '.sIFR-root { font-size:18px; color:#d23b18; text-align: center; }'
  ],
  wmode: 'transparent'
});