var yourtypeface = {
      src: 'http://www.alaskafarmersmarkets.org/flash/script.swf'
};
 
sIFR.activate(yourtypeface);

sIFR.replace(yourtypeface, {
      selector: 'h2.fancytitle',
	  css: [
      '.sIFR-root { font-size:21px; font-weight:normal; color:#524F26; }',
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'h3.fancytitle',
	  css: [
      '.sIFR-root { font-size:28px; font-weight:normal; color:#775B32; }',
      ],
      wmode: 'transparent'
});