var yourtypeface = {
      src: '/flash/TradeGothicLTStd.swf'
};
 
sIFR.activate(yourtypeface);

sIFR.replace(yourtypeface, {
      selector: 'h1.cpost-title',
      css: [
      '.sIFR-root{font-size:28px; font-weight:normal; color:#ffffff;}',
	  'strong{color:#ec0000;font-weight:normal;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h2.cpost-news',
      css: [
      '.sIFR-root{font-size:15px; font-weight:normal; color:#ffffff;}'
	  ],
      wmode: 'transparent'
});

