
$(document).ready(function(){
	
	$('#nearby, #town-filter').change(function(){
		
		go(this.value);
	});
});
