function hits(id) {
$.ajax({
   type: "POST",
   url: "/liens/hit.php",
   data: "id=" + id
 });
}