var bembo = {
      src: 'flash/bembo.swf'
};
 
sIFR.activate(bembo);
 
sIFR.replace(bembo, {
      selector: 'h4',
	  css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#7c6a55; line-height:20px; text-align:left;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#7c6a55; }'
      ],
      wmode: 'transparent'
});