$.ajax({
	type: "POST",
	url: "/search/ajax/newcount/",
	success: function(bkndata){
		$(".countNewBkn").html(bkndata);
	}
});


