var brushscript = {
  src: 'http://www.helenatkinson.com.au/sifr/brushscript.swf'
};

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

sIFR.fitExactly = true;

sIFR.replace(brushscript, {
  selector: '#Header h1',
  css: [
      '.sIFR-root { font-size:100px; width:645px; overflow: hidden; color:#ffffff; text-align:right; font-weight:normal;}'
      ],
      wmode: 'transparent'
});