window.onload = function()
{
	new Ajax.Updater("result","exf/php/inforss.php",{method:"get"});
}
