$(document).ready( function() {
	$("#sort_chec").change(function()
	{
	var def=$(this).val();
	var pathname = window.location.pathname;
	window.location.href = pathname+"?&order_filter["+def+"]=1";	
	
	});

});

