function OnSubmitContactForm()
{
  if (document.email_form.validation.value != "") {
    return false;
}
}
