function cont_sort(type)
{
	
	$.post("jqeury.php", {type: type},
	function(data){
		$("#contrys").html('&nbsp;');
		$("#contrys").html(data);
		
	
			  });
	
}
