var rage = {
 src: 'http://jacquelinehellyer.bloomkit.com.au/flash/helvetica.swf'
}

sIFR.activate(rage);
sIFR.replace(rage, {
  selector: 'h1.small'
  ,css: [
		 '.sIFR-root{color:#064c79; font-size:21px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});
sIFR.replace(rage, {
  selector: 'h1.sbanner'
  ,css: [
		 '.sIFR-root{color:#ffffff; font-size:28px; text-align:center;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: 'h1.rh1w'
  ,css: [
		 '.sIFR-root{color:#ffffff; font-size:20px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});
sIFR.replace(rage, {
  selector: 'h1.stagline'
  ,css: [
		 '.sIFR-root{color:#BBB0A6; font-size:24px; line-height:0px !important;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});
sIFR.replace(rage, {
  selector: 'h1'
  ,css: [
		 '.sIFR-root{color:#D54E15; font-size:21px;}'
         , 'a{color:#D54E15;text-decoration:none}'
, 'a:hover{color:#D54E15;text-decoration:none}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});