$(document).ready(function(){
	$('div.sortOptions select').bind('change',function(){
		window.location = this.value;
	});
});