 $(document).ready(function() {
	  

  
  
			  $("#locationslondonbtn").click(function() {

		$("#LocationsLondon").show();
		$("#LocationsBeirut").hide();
		

    });
	
				  $("#locationsbeirutbtn").click(function() {

		$("#LocationsBeirut").show();
		$("#LocationsLondon").hide();
		

    });
	  $("#EventsLatest").hover(function() {

		$("#event_share_overlay").fadeIn();
		
		

    });
	
	});
  

