toggleCommentForm = function()   
{
  $("#comment-form").toggle();
  return false;
};