function removeAllCommentForm()
{
	$('.commentForm').remove();
	//$('.commentCancelLink').hide();
	$('.commentReplyLink').show();
	$('.commentQuoteLink').show();
}
