$(document).ready(function() {
	//Remove no-js class from HTML tag, used for detecting if JS is disabled
	$("html").removeClass('no-js');
	
	$("#quick_contact_form").validate();
});
