var hn = {
      src: 'flash/hn.swf'
};
 
sIFR.activate(hn);
 
sIFR.replace(hn, {
      selector: 'h1.cpost-title',
      css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color:#A42800;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'

});