// JavaScript Document


$(document).ready(function(){
						   
  	// validate the comment form when it is submitted
	$("#commentform").validate();

});