$(document).ready(function() {
// validate rules for the kings wharf feedback form.
	$("#freeform").validate();
	
});
