$().ready(function() {
	// validate the contact form when it is submitted
	$("#contactForm").validate();
	
});