function start_replace() { 
	//alert('here');
	if(typeof sIFR == "function"){
		var template = named({sFlashSrc : "filebin/flash/sb.swf", sColor : "#3d691d", sWmode:"transparent" });
		sIFR.replaceElement("h1#profile_name", template);
				
		var template4 = named({sFlashSrc : "filebin/flash/sb.swf", sColor : "#3d691d", sWmode:"transparent" });
		sIFR.replaceElement("table.heading h2 span", template4);
		
		var template3 = named({sFlashSrc : "filebin/flash/sb.swf", sColor : "#3d691d", sWmode:"transparent" });
		sIFR.replaceElement("ul#search_results li h3", template);
	};
}