$(document).ready(function() {
	
	// Form Validation
	if ($('.validate').length > 0) {$('.validate').validate();}
	
});
