function trackRestaurant(id){
    	$.ajax({
		  type: "GET",
		  url: "/index/track-restaurant/id/"+id
		});
    }
