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