function flash_text_replace() {	if(typeof sIFR == "function"){		var template = named({sFlashSrc : "bin/flash/akg.swf", sColor : "#12154f", sWmode:"transparent" });		sIFR.replaceElement("h1#title", template);	};}Event.observe(window, 'load', function() {     	flash_text_replace();});