$(function () {		
	$(".shareBar a").click
		(
			function ()
			{
				addthis_sendto($(this).attr("class"));
			}
		);
});
