// JavaScript Document
$(document).ready(function () {
	$("#contact_form").validate();
});