$(function(){    
	$('.share a').click(function(event) {
		$(this).next().slideToggle(200);
  		return false;
	});
});
