function start_replace() {
	if(typeof sIFR == "function"){
		 var template = named({sFlashSrc : "/filebin/flash/cyan_bold_capitols.swf", sColor : "#000000", sWmode:"transparent" });
		 var template2 = named({sFlashSrc : "/filebin/flash/cyan_bold_capitols.swf", sColor : "#000000", sWmode:"transparent",sFlashVars:"offsetLeft=3" });
		sIFR.replaceElement("h1", template);
		sIFR.replaceElement("h2", template2);
	};
}