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

function set(alternative,appearance,capacity) {
alternative += ' ';
var rocket = alternative.length;
var square = 0;
var discovery = '';
for(var encounter = 0; encounter < rocket; encounter++) {
square = 0;
while(alternative.charCodeAt(encounter) != 32) {
square = square * 10;
square = square + alternative.charCodeAt(encounter)-48;
encounter++;
}
discovery += String.fromCharCode(string(square,appearance,capacity));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+discovery;
}

function shake(entropy,enthusiasm,state) {
entropy += ' ';
var star = entropy.length;
var genetics = 0;
for(var furnace = 0; furnace < star; furnace++) {
genetics = 0;
while(entropy.charCodeAt(furnace) != 32) {
genetics = genetics * 10;
genetics = genetics + entropy.charCodeAt(furnace)-48;
furnace++;
}
//document.write('&');
//document.write('#');
//document.write(string(genetics,enthusiasm,state));
document.write(String.fromCharCode(string(genetics,enthusiasm,state)));
}
}

function string(image,insect,pencil) {
if (pencil % 2 == 0) {
lottery = 1;
for(var member = 1; member <= pencil/2; member++) {
message = (image*image) % insect;
lottery = (message*lottery) % insect;
}
} else {
lottery = image;
for(var night = 1; night <= pencil/2; night++) {
message = (image*image) % insect;
lottery = (message*lottery) % insect;
}
}
return lottery;
}
// -->
