var dart = {
  src: 'http://dartsailboats.dev.go4.com.au/themes/dartsailing/dart.swf'
};

sIFR.activate(dart); // From revision 209 and onwards

sIFR.replace(dart, {
  selector: '.colwrap-right h1'
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': { 'color': '#E72028'}
    }
});

sIFR.replace(dart, {
  selector: 'h2'
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': { 'color': '#E72028'}
    }
});