// validate contact form on submit
$(document).ready(function(){
	$("#contactForm").validate();
});
