


function rating(id) {

	$.ajax({
		type: "POST",
		url: "rating.php",
		data: "id="+id,
	});

}