function test(myload,mydiv) {
		var myAjax = new Ajax.Updater(mydiv,myload, {method: 'get',evalScripts: true});
	}
