
$(document).ready(function() {
	
	$("button#searchlocation").click(function (event) { 
      	$("form#locations").submit();
    });

});
