$().ready(function() {
	// validate the marketing info form when it is submitted
	$("#marketing-form").validate();
});
