// jQuery(window).scroll(function() {
// 	var scrollHeight = 180;
// 	if (jQuery(window).scrollTop() > scrollHeight) {
// 		jQuery('#post_social_tools').animate({top:(jQuery(window).scrollTop() - (scrollHeight - 10))+"px" },{queue: false, duration: 350});
// 	}	
// 	else {
// 		jQuery('#post_social_tools').css('top', 0 + "px");	
// 	}
// });
