
function  send_click( url )
  {
   $.ajax({
                type: "GET",
                url: url + "&addclick=1",
                data: "",
                success: function( html )  {
                    null;
                }
   });
}


