var sifrvar = {
  src: 'http://www.rexhunt.com.au/themes/rexhunt/sifr.swf'
};

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

sIFR.replace(sifrvar, {
  selector: '#col-left h1, .contentwrap.single h1'
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': { 'color': '#3575BB'}
    }
});

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