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