
  function priv_check() {
    alert('We will not be able to process your application until you have read and agreed to our privacy policy.')
    document.form1.privacy[0].checked = true;
  }
