{source}
<?php
$_GET["team1"] = "1.Herren";
include "webtt/aufst.php";
$_GET["team2"] = "2.Herren";
include "webtt/aufst.php";
$_GET["team"] = "3.Herren";
include "webtt/aufst.php";
$_GET["team"] = "4.Herren";
include "webtt/aufst.php";
$_GET["team"] = "5.Herren";
include "webtt/aufst.php";
$_GET["team"] = "6.Herren";
include "webtt/aufst.php";
$_GET["team"] = "1.Damen";
include "webtt/aufst.php";
$_GET["team"] = "Männliche Jugend";
include "webtt/aufst.php";
$_GET["team"] = "Männliche Jugend II";
include "webtt/aufst.php";
$_GET["team"] = "Schüler A";
include "webtt/aufst.php";
$_GET["team"] = "Schüler A II";
include "webtt/aufst.php";
$_GET["team"] = "Schüler A III";
include "webtt/aufst.php";
?>
{/source}