$(document).ready(function(){
	$(".jQ_addThisButton").click(function(){
		if( typeof( plg_page_pixels ) != 'undefined' ) { 
			plg_page_pixels.redisplayPixels(); 
		}
	});
});
