// Form Validation

$(document).ready(function() {
	// validate signup form on keyup and submit
	$("#contactForm").validate();
	
});



