// Comments
$(document).ready(function() {
	$('div.blogentry div.share a.comments_link').click(function() {
		$(this).next("div.comments_field").slideToggle('slow');
	});
});
