var yourtypeface = {
      src: 'http://www.chestnutsquare.com/algerian.swf'
};
 
sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: 'h2.pagetitle',
	  css: [
      '.sIFR-root { font-size:40px; }'
      ],
      wmode: 'transparent'
});