var trebuchet = {
      src: 'flash/trebuchet.swf'
};
 
sIFR.activate(trebuchet);
 
sIFR.replace(trebuchet, {
      selector: 'h3.cpost-title',
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#284907;}'
      ],
      wmode: 'transparent'
});