var yourtypeface = {
      src: 'http://partnersineducation.clientapp4.com/flash/gotham_med.swf'
};
 
sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: 'div#mainContent h1',
	  css: [
      '.sIFR-root { font-size:26px; font-weight:normal; color:#ffffff; text-transform:uppercase }'
      ],
      wmode: 'transparent'
});