// JavaScript Document

  $(document).ready(function(){
    $("#commentForm").validate();
  });

