var interstatelight_v436 = {
  src: '/templates/mirvac_retail_com_au/js/interstate_light.swf'
};

sIFR.activate(interstatelight_v436);

sIFR.replace(interstatelight_v436, {
  selector: '#introduction h1'
	,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color: #ff850d; text-transform: uppercase; }',
		'a { color: #ff850d; text-decoration: none;}',
		'a:hover { color: #ff850d; text-decoration: underline;}'
  ]
});

sIFR.replace(interstatelight_v436, {
  selector: '#maincontent .content h2'
	,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color: #ff850d; }'
  ]
});

sIFR.replace(interstatelight_v436, {
  selector: '#maincontent .navigation h2'
	,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color: #ff850d; }'
  ]
});