function getData (div,url) {
	var myAjax = new Ajax(url, {method: 'get', evalScripts: true, update: $(div)}).request();
}