var masexy = {
      src: '/flash/masexy.swf'  
};
 
sIFR.activate(masexy);
 
sIFR.replace(masexy, {
      selector: 'h2',
	  css: [
      '.sIFR-root { font-size:40px; font-weight:normal; color:#f67d76; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#f67d76; }'
      ],
      wmode: 'transparent'
});