var bettyshand = {
      src: '../flash/bettyshand.swf'
};
 
sIFR.activate(bettyshand);
 
sIFR.replace(bettyshand, {
      selector: '#centre-column h2.title',
	  css: [
      '.sIFR-root { font-size: 38px; font-weight: normal; color: #333333; }'
      ],
      wmode: 'transparent'
});