// JavaScript Document

jQuery(document).ready(function($){
	$('#awesome_contact').validate();
});