	jQuery(document).ready( function() {
		// binds form submission and fields to the validation engine
		jQuery("#commentform").validationEngine();
		
	});

