var amerigobt = {
      src: '/flash/amerigobt.swf'
};
 
sIFR.activate(amerigobt);
 
sIFR.replace(amerigobt, {
      selector: 'h1.cpost-title',
			css: [
      '.sIFR-root { font-size:18px; text-transform:uppercase; font-weight:normal; color:#c6a739; }',
			'em	{ font-style: normal; color:#bf311a;}',
			'strong { font-weight:normal; color:#9fa617;}',
			'a { color:#bf311a; text-decoration:none;}',
			'a:hover { color:#992715; cursor:hand;}'],
      wmode: 'transparent'
});