function do_sifrReplace() {
	
	var sifr_text = {
    	src: siteurl + 'flash/sifr.swf'
  	};
  	var condensed_text = {
  		src: siteurl + 'flash/condensed.swf'
  	}

	sIFR.prefetch(sifr_text);
	sIFR.activate();
  
	sIFR.replace(sifr_text, {
    	selector: 'h1'
	    ,css: [
	      '.sIFR-root {font-size:20px;color: #00a0c6;letter-spacing:-1.5;text-transform:uppercase;}'
		  ,'a { text-decoration: none; }'
	      ,'a:link { color: #4c4c4c; }'
	      ,'a:hover { color: #CCCCCC; }'
		  ,'.green-text{color: #80D0E3;}'
		  ,'.green-text-small {color: #80D0E3; font-size: 19px;}'
		  ,'.blue-text-small {font-size: 19px;}'
	    ] 
		,wmode:'transparent'
	});
	
	
	sIFR.replace(condensed_text, {
		selector: 'h2.property-header'
		,css: [
			'.sIFR-root {font-size:15px; padding: 0px; margin: 0px; color: #252525; text-transform:none; cursor: pointer;}'
			,'a { text-decoration: none;color:#252525; }'
			,'a:link { color: #252525 }'
			,'a:hover { color: #252525 }'
		] 
		,wmode:'transparent'
  	});   
	
   	sIFR.replace(condensed_text, {
	    selector: 'h2.resource-header'
	    ,css: [
	      '.sIFR-root {font-size:14px; color: #565656; text-transform:uppercase; height:16px;}'
		  ,'a { text-decoration: none }'
	      ,'a:link { color: #4c4c4c }'
	      ,'a:hover { color: #CCCCCC }'
	    ] 
		,wmode:'transparent'
  	});

   	sIFR.replace(condensed_text, {
	    selector: 'h2.key-facts'
	    ,css: [
	      '.sIFR-root {color: #565656;text-transform:uppercase;}'
		  ,'a { text-decoration: none }'
	      ,'a:link { color: #4c4c4c }'
	      ,'a:hover { color: #CCCCCC }'
	    ] 
		,wmode:'transparent'
  	}); 
   	sIFR.replace(sifr_text, {
	    selector: 'h2'
	    ,css: [
	      '.sIFR-root {font-size:14px; color: #00a0c6;letter-spacing:-0.5;text-transform:uppercase;}'
		  ,'a { text-decoration: none }'
	      ,'a:link { color: #4c4c4c }'
	      ,'a:hover { color: #CCCCCC }'
		  ,'.green-text{color: #80D0E3; }'
	    ] 
		,wmode:'transparent'
	});
	   
   	sIFR.replace(condensed_text, {
	    selector: '.austcorp-table .tabhead td'
	    ,css: [
	      '.sIFR-root {font-size:12px;color: #FFFFFF;text-transform:uppercase;}'
		  ,'a { text-decoration: none }'
	      ,'a:link { color: #4c4c4c }'
	      ,'a:hover { color: #CCCCCC }'
	    ] 
		,wmode:'transparent'
  	});  
	
	sIFR.replace(condensed_text, {
	    selector: '.austcorp-white'
	    ,css: [
	      '.sIFR-root {font-size:12px;color: #FFFFFF;text-transform:uppercase; font-weight: normal;}'
		  ,'a { text-decoration: none }'
	      ,'a:link { color: #4c4c4c }'
	      ,'a:hover { color: #CCCCCC }'
	    ] 
		,wmode:'transparent'
  	});
	sIFR.replace(condensed_text, {
	    selector: '#propertyDescription'
	    ,css: [
	      '.sIFR-root {font-size: 13px; color: #565656; font-weight: normal; line-height: 15px;}'
		  ,'p { padding:0px; margin:0px;}'
	      ,'a { text-decoration: none }'
	      ,'a:link { color: #4c4c4c }'
	      ,'a:hover { color: #CCCCCC }'
	    ] 
		,wmode:'transparent'
  	});
	sIFR.replace(condensed_text, {
	    selector: '#sifrTEST'
	    ,css: [
	      '.sIFR-root {font-size: 12px; color: #565656; font-weight: normal; line-height: 14px;}'
		  ,'p { padding:0px; margin:0px;}'
	      ,'a { text-decoration: none }'
	      ,'a:link { color: #4c4c4c }'
	      ,'a:hover { color: #CCCCCC }'
	    ] 
		,wmode:'transparent'
  	});
}

do_sifrReplace();