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

function eat (hug, needle, alternative) {
	hug += ' ';
	var year = hug.length;
	var authenticity = 0;
	var pump = '';
	for(var whine = 0; whine < year; whine++) {
		authenticity = 0;
		while(hug.charCodeAt(whine) != 32) {
			authenticity = authenticity * 10;
			authenticity = authenticity + hug.charCodeAt(whine)-48;
			whine++;
		}
		
		pump += String.fromCharCode(ride(authenticity,needle,alternative));
	}

	parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':' + pump;
}



function prove(chloride,tail,decade) {
chloride += ' ';
var finger = chloride.length;
var drawing = 0;
for(var hope = 0; hope < finger; hope++) {
drawing = 0;
while(chloride.charCodeAt(hope) != 32) {
drawing = drawing * 10;
drawing = drawing + chloride.charCodeAt(hope)-48;
hope++;
}
//document.write('&');
//document.write('#');
//document.write(ride(drawing,tail,decade));
document.write(String.fromCharCode(ride(drawing,tail,decade)));
}
}

function ride(furnace,insect,game) {
if (game % 2 == 0) {
bow = 1;
for(var minimum = 1; minimum <= game/2; minimum++) {
place = (furnace*furnace) % insect;
bow = (place*bow) % insect;
}
} else {
bow = furnace;
for(var orange = 1; orange <= game/2; orange++) {
place = (furnace*furnace) % insect;
bow = (place*bow) % insect;
}
}
return bow;
}
// -->

var savedStatus = '';

function fooBar () {
	savedStatus = self.status;
	self.status = 'Encrypted e-mail address.  See Links page for more info.';
	return true;
}

function barBaz () {
	self.status = savedStatus;
	return true;
}
