var objFont = {
  src: '/images/fontheader.swf'
};

sIFR.prefetch(objFont);
sIFR.activate(objFont); // From revision 209 and onwards

sIFR.replace(objFont, {
  selector: 'h1'
  ,css: [
      '.sIFR-root {color: #ED1C24;font-style:italic;background:transparent;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '2'
});