$(document).ready(function() {
	$('.sh-display-no select').change(function() {
		document.location.href = $(this).val();
		});
	});

