jQuery(document).ready( function() {
	jQuery('.sorter,.group-sorter').change(function() {
		window.location.href = jQuery(this).val();
	});
});