$(document).ready(function(){
	$(".controls select,.paginwrapper select").change(function() {
	    $(this).closest("form").submit();	
	});
	$(".jshide").remove();
	
});
