
function chkFormular () {
  if (document.kontakt.Antwort.value != "d") {
    alert("Bitte die richtige Antwort eintippen - Vorsicht, nur Kleinschreibung! --  Please insert the correct answer!");
    /*document.willswissen.Zahlenspiel.focus();*/
    return false;
  }
}
