// JavaScript Document

jQuery(document).ready( function() {
	jQuery('.topsy_widget_data').click( function () {
		_gaq.push(['_trackEvent', 'Engagement', 'share click', 'Topsy twitter share']);
	});
	jQuery('.FBConnectButton').click( function () {
		_gaq.push(['_trackEvent', 'Engagement', 'share click', 'Facebook share']);
	});
	jQuery('.addthis_counter').click( function () {
		_gaq.push(['_trackEvent', 'Engagement', 'share click', 'AddThis share']);
	});
});
