/*charset=ubi-8*/

	function readInfo(){
		var iURL = "information.html?cache="+(new Date()).getTime();
		new Ajax.Updater("news",iURL, { method: "get" });
	}

