var helvthin = {
      src: '/Silverstripe/mysite/javascript/helvthin.swf'
};
 
sIFR.activate(helvthin.swf);
 
sIFR.replace(helvthin, {
      selector: '#primaryContent h2',
      css: [
      '.sIFR-root { font-size:25px; font-weight:normal; color:#0e394e;border-bottom:1px dotted #ccc;margin:0; }'
      ],
      wmode: 'transparent'
});