 $(document).ready(function() {

/* Validates the contact form */
   $("#contact_form").validate();


setTimeout(function(){
  $("#msg_confirm").fadeOut("slow", function () {
  $("#msg_confirm").remove();
     });
 
}, 2000);

 });

