function addEvents() {
	document.getElementById("region").onchange= function() { doAJAX('action=getNeighbourhoods&region_id=' + this.value); };
}

addLoadEvent(addEvents);