<!--
url = "bedingungen.php";
error = "/content/hk/error.php";
passw = "waschen";
passe = "Passwort:";
function checkit() {
if (document.login.pass.value == passw) {
window.location.href = url;
}
if (document.login.pass.value != passw){
window.location.href = error;
}
}
//-->
