var yourtypeface = {
      src: 'http://www.girlsofphilly.com/anewsite/flash/avantgarde.swf'
};
 
sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: 'h1.maintitle',
      css: [
      '.sIFR-root { font-size:32px; color:#DE2921; }'
      ],
      wmode: 'transparent'
});
