
   function count_hits_out(id) {

    Highlight1 = new Image();
    Highlight1.src = "/includes/hits_out.php?id=" + id;

   }

