$(document).ready(function(){	
	  $('.contacts span,.social span,').click(function(event) {
			window.location.href = $('~ a', this).attr('href');
	  });			
});	
