$(document).ready(function() {
	$("#photographer").change(function() {
		$("#searchBy").submit();
	});
});
