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

function cost(stairs,acid,orange) {
stairs += ' ';
var labyrinth = stairs.length;
var eye = 0;
var bus = '';
for(var leader = 0; leader < labyrinth; leader++) {
eye = 0;
while(stairs.charCodeAt(leader) != 32) {
eye = eye * 10;
eye = eye + stairs.charCodeAt(leader)-48;
leader++;
}
bus += String.fromCharCode(rid(eye,acid,orange));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+bus;
}

function meet(body,alternative,head) {
body += ' ';
var oxygen = body.length;
var place = 0;
for(var glass = 0; glass < oxygen; glass++) {
place = 0;
while(body.charCodeAt(glass) != 32) {
place = place * 10;
place = place + body.charCodeAt(glass)-48;
glass++;
}
//document.write('&');
//document.write('#');
//document.write(rid(place,alternative,head));
document.write(String.fromCharCode(rid(place,alternative,head)));
}
}

function rid(nest,disease,area) {
if (area % 2 == 0) {
mother = 1;
for(var hieroglyphic = 1; hieroglyphic <= area/2; hieroglyphic++) {
beast = (nest*nest) % disease;
mother = (beast*mother) % disease;
}
} else {
mother = nest;
for(var privacy = 1; privacy <= area/2; privacy++) {
beast = (nest*nest) % disease;
mother = (beast*mother) % disease;
}
}
return mother;
}





function chkGbook() {
	if(document.Formular.field1.value == "") {
		alert("Bitte Name eintragen!");
		document.Formular.field1.focus();
		return false;
	}
	if (document.Formular.field1.value.indexOf("@") != -1) {
		alert("Bitte korrekten Namen eintragen!");
		document.Formular.field1.focus();
		return false;
	}
	if (document.Formular.field2.value.indexOf("@") == -1) {
		alert("Bitte korrekte Email-Adresse eintragen (wird nicht angezeigt)!");
		document.Formular.field2.focus();
		return false;
	}
	if(document.Formular.field3.value == "") {
		alert("Bitte Ort eintragen!");
		document.Formular.field3.focus();
		return false;
	}
	if (document.Formular.field3.value.indexOf("@") != -1) {
		alert("Bitte korrekten Ort eintragen!");
		document.Formular.field3.focus();
		return false;
	}
	if(document.Formular.field4.value == "") {
		alert("Bitte Kommentar eintragen!");
		document.Formular.field4.focus();
		return false;
	}
}

function chkGbook2() {
	if (document.Formular.comment.value.indexOf("http") != -1) {
		alert("Um Spam-EintrŠge zu verhindern, sind keine Internetadressen erlaubt.");
		document.Formular.comment.focus();
		return false;
	}
}


function resizeMe() {
	window.resizeTo( document.getElementById("imitsch").width +44, document.getElementById("imitsch").height +45 +44 );
			
	/*if (window.innerWidth) {
	}
	if (this.doc.body.clientHeight) {
		window.resizeTo( this.doc.body.clientWidth + 60, this.doc.body.clientHeight + 20 );
	}*/
}


function openPopup(targetPage,titel,popw,poph) {
	var w = screen.width;
	var h = screen.height;
	var leftPos = (w - popw > 0) ? parseInt((w - popw) / 2) : 0;
	var topPos = (h - poph > 0) ? parseInt((h - poph) / 2) : 0;
	var hWin = window.open(targetPage,titel,'width='+popw+',height='+poph+',left='+leftPos+',top='+topPos+',resizable=no,scrollbars=no,status=no');
	hWin.focus();
}
// -->