function changeSort() {
	window.location = url + $('#sort').val();
}

