 $(document).ready(function(){
   $(".trackMe").click(function(){
	 //alert("hello");
     load("ajax/trackMe.php");
   });
 });
