$(function () {
	$('#postsList').masonry({ columnWidth: 40 });
	$('.top').click(function() { $('html, body').animate({ scrollTop: 0 }, 800); return false; });
	$('.friends').click(function() { $('html, body').animate({ scrollTop: $("#friends").offset().top }, 800); return false; });
});
