$(document).ready(function(){
	$('#location_select').change(function(){
		$(this).parent().submit();
	});
});
