$(function(){
	
	$('span.show-comments').click(function(){
		$(this).siblings('.scroller-comment').slideToggle();
	});
	
	
});

$(function(){
	
	$('span.show-form').click(function(){
		$(this).siblings('.toggle-form').slideToggle();
	});
	
	
});




