$(document).ready(function() {
		
	//ADD THIS
	$('#addThis').hover(
		function(){return addthis_open(this, '', '[URL]', '[TITLE]');},
		function(){addthis_close();}
	);
	$('#addThis').click(function(){return addthis_sendto();});		

});
