function addEvents() {
	document.getElementById("region").onchange= function() { doAJAX('action=getNeighbourhoodsXML&region_id=' + this.value); };
	//document.getElementById("aMapView").href = "javascript: mapView()";
	$(".bxslider").each(function() {
		$(this).bxSlider({
			infiniteLoop: true,
			auto: true,
			controls: false,
			autoHover: true
		});
	});
	
}

function mapView() { 
	document.getElementById("stepMaps").value = "maps";
	document.getElementById("frmSearch").submit();
	document.getElementById("search_submit").click(); 
};

addLoadEvent(addEvents);
