$(document).ready(function($) {
	$("#contactform").validate();/*{
		rules: {
			Position: "required",
			How_did_they_hear_about_us: "required",
			Name: "required",
			HumanValidation: "required",
			Email: {
			required: true,
			email: true
			}
		},
		messages: {
			Type_of_Service: "Please tell us what type of service you're interested in.",
			How_did_they_hear_about_us: "Please tell us where you heard about Makibie.",
			Name: "",
			address: "",
			Email: "",
			HumanValidation: ""
		}
		});*/
		
		/*
	$("#donationForm").validate({
		rules: {
		on0: {
			required: true
			},
		os0: {
			required: '#donation_for_person_name:checked'
			},

		},
		messages: {
			Email: "",
			HumanValidation: ""
		}
		});
	*/


	
 }); 
