$(document).ready(function() {
	$('#contactForm').ketchup({}, {
		'.required'    : 'required',              //all fields in the form with the class 'required'
		'#visitorEmail': 'required, email'
	})
});
