function SendForm() {
if (document.anketa.anti_bot.checked==false)  {
    alert('Вы бот?');
     return false
  }
return true;
}


