var yourtypeface = {
      src: 'http://www.anmari.co.za/site/wp-content/themes/rustic/flash/gotham.swf'
};
 
sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: 'h1.title',
	  css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#332515; margin-bottom:0; padding-bottom:0; }'
      ],
      wmode: 'transparent',
	  tuneHeight: '0px'
});

var typeface = {
      src: 'http://www.anmari.co.za/site/wp-content/themes/rustic/flash/gotham.swf'
};
 
sIFR.activate(typeface);
 
sIFR.replace(typeface, {
      selector: 'h2.title',
	  css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#332515; margin-bottom:0; padding-bottom:0; }'
      ],
      wmode: 'transparent',
	  tuneHeight: '0px'
});
