var sifrvar = {
  src: 'http://dvcs.dev.go4.com.au/themes/dvcs/sifr.swf'
};

sIFR.activate(sifrvar); // From revision 209 and onwards

sIFR.replace(sifrvar, {
  selector: 'h1'
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': { 'color': '#A21E3A'}
    }
});

sIFR.replace(sifrvar, {
  selector: '#col-right h2'
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': { 'color': '#008C44'}
    }
});