$(document).ready(function(){
	$('#sortBy').change(function(){
		window.location = "/"+$('#sortBy').val();
		});
	});
