// JavaScript Document
$(function() {
	$('#ordering').change(function (){location.href=$(this).val();})
	$('#show').change(function (){location.href=$(this).val();})
	$('#ordering2').change(function (){location.href=$(this).val();})
	$('#show2').change(function (){location.href=$(this).val();})
});