var rage = {
 src: 'http://waratahweb.com.au/flash/avant.swf'
}

sIFR.activate(rage);

sIFR.replace(rage, {
  selector: 'h1.bh1'
  ,css: [
		 '.sIFR-root{color:#ffffff; font-size:40px; font-weight:bold;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: 'h1.ph1'
  ,css: [
		 '.sIFR-root{color:#303c41; font-size:22px; font-weight:bold;}', 'label{font-weight:normal;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});


sIFR.replace(rage, {
  selector: 'h2.bh2'
  ,css: [
		 '.sIFR-root{color:#c4c4c4; font-size:27px; font-weight:bold;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: 'h2.ph2'
  ,css: [
		 '.sIFR-root{color:#303c41; font-size:18px; font-weight:normal;}', 'label{font-weight:bold; display:inline;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});


sIFR.replace(rage, {
  selector: '.contents h2'
  ,css: [
		 '.sIFR-root{color:#A8021B; font-size:18px; font-weight:bold;}', 'label{font-weight:bold; display:inline;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});
