$('document').ready(function(){
	
	$('#newsLetterForm').validate();
	
});
