// JavaScript Document

  $(document).ready(function(){
    $("#contactFormForm").validate();
  });