$(".guruButton").live("click", function(){
  
  var strVar = $(".hotelCountry").text() + ' - ' + $(".inspireHotelName").text();
 _gaq.push(['_trackEvent', 'Home Page', 'Call Our Travel Guru', strVar]);
  
  
});

$(".visitButton").live("click", function(){
  
  var strVar = $(".hotelCountry").text() + ' - ' + $(".inspireHotelName").text();
 _gaq.push(['_trackEvent', 'Home Page', 'Hotel Visit', strVar]);
   
  
});

