function initialize(url, div){
	AjaxUpdater.Update("GET", url, AjaxUpdater.onResponse, div);
	
}
