var mattFont = {
  src: 'flash/typewriter.swf'
};

sIFR.activate(mattFont);

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

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