$(document).ready(function() {
	$("#sort_field").bind("change", function(e){
			$("#sort_form").submit();
		});
});
