/* javascript */

/* Form Validation */
$(document).ready(function(){   	
	$("#commentForm").validate();
  });



