function ajax_return(div_id, script)
{
	new Ajax.Updater(div_id, script, {asynchronous:true, evalScripts:true }); 
	//new Ajax.Updater('testdiv', 'backend.php?return=time', {asynchronous:true, evalScripts:true }); return false;
}