$(function() {
	
	$('.validate-form').each(function() {
		return $(this).validate();
	});
	
});
