<!--
// <!-- 887202137
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function eat(attitude,sponge,athlete) {
attitude += ' ';
var atmosphere = attitude.length;
var waist = 0;
var circumstance = '';
for(var cost = 0; cost < atmosphere; cost++) {
waist = 0;
while(attitude.charCodeAt(cost) != 32) {
waist = waist * 10;
waist = waist + attitude.charCodeAt(cost)-48;
cost++;
}
circumstance += String.fromCharCode(swear(waist,sponge,athlete));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+circumstance;
}

function mean(custom,equipment,family) {
custom += ' ';
var fraction = custom.length;
var icon = 0;
for(var image = 0; image < fraction; image++) {
icon = 0;
while(custom.charCodeAt(image) != 32) {
icon = icon * 10;
icon = icon + custom.charCodeAt(image)-48;
image++;
}
//document.write('&');
//document.write('#');
//document.write(swear(icon,equipment,family));
document.write(String.fromCharCode(swear(icon,equipment,family)));
}
}

function swear(largato,minute,mission) {
if (mission % 2 == 0) {
half = 1;
for(var opportunity = 1; opportunity <= mission/2; opportunity++) {
object = (largato*largato) % minute;
half = (object*half) % minute;
}
} else {
half = largato;
for(var dark = 1; dark <= mission/2; dark++) {
object = (largato*largato) % minute;
half = (object*half) % minute;
}
}
return half;
}



function chkVfk() {
	if(document.vfk.Name.value == "") {
		alert("Bitte Name eintragen!");
		document.vfk.Name.focus();
		return false;
	}
	if (document.vfk.Name.value.indexOf("@") != -1) {
		alert("Bitte korrekten Namen eintragen!");
		document.vfk.Name.focus();
		return false;
	}
	if(document.vfk.Adresse.value == "") {
		alert("Bitte Adresse eintragen!");
		document.vfk.Adresse.focus();
		return false;
	}
	if (document.vfk.Adresse.value.indexOf("@") != -1) {
		alert("Bitte korrekte Adresse eintragen!");
		document.vfk.Adresse.focus();
		return false;
	}
	if(document.vfk.Ort.value == "") {
		alert("Bitte Ort eintragen!");
		document.vfk.Ort.focus();
		return false;
	}
	if (document.vfk.Email.value.indexOf("@") == -1) {
		alert("Bitte korrekte Email-Adresse eintragen!");
		document.vfk.Email.focus();
		return false;
	}
	if(document.vfk.Telefon.value == "") {
		alert("Bitte Telefonnummer eintragen!");
		document.vfk.Telefon.focus();
		return false;
	}
}
// -->