$(function() {
var id;
$("#sortby").change( function() { 
id=document.getElementById("sortby").value
window.location = id;
});
});