function wochenauswahl() {
  var blub =  document.getElementById("wochen").n_week.value;
  var lade = "index.php?page=spielplan&week=" + blub;
  location.replace(lade);
}


