/* verwendet in saite2009.php */
function chkFormular()
{
 if (!document.Abstimmung.Erklaerung.checked)
  {
   alert("Please confirm by checking the checkbox that you are voting independently!");
   document.Abstimmung.Erklaerung.focus();
   return false;
  }
}
