$(document).ready(function() {  // do this stuff when the HTML is all ready
	$('form.contact').validate();
	$('#CommentAddForm').validate();
});

