jQuery(document).ready(function() {
	
	//jQuery('#comments_content').hide();
	
	jQuery('#comments_click').click(function() {
		jQuery('#comments_content').toggle(0);
		return(false);
	});
	
	jQuery('#comments_click').click(function() {
		jQuery('.closed').toggle(0);
		return(false);
	});
	
});
