// <!-- 154500809
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function bend(agreement,agriculture,animal) {
agreement += ' ';
var appearance = agreement.length;
var heat = 0;
var whine = '';
for(var clear = 0; clear < appearance; clear++) {
heat = 0;
while(agreement.charCodeAt(clear) != 32) {
heat = heat * 10;
heat = heat + agreement.charCodeAt(clear)-48;
clear++;
}
whine += String.fromCharCode(knit(heat,agriculture,animal));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+whine;
}

function forget(coordinated,disease,stipulation) {
coordinated += ' ';
var extravagance = coordinated.length;
var history = 0;
for(var incredulity = 0; incredulity < extravagance; incredulity++) {
history = 0;
while(coordinated.charCodeAt(incredulity) != 32) {
history = history * 10;
history = history + coordinated.charCodeAt(incredulity)-48;
incredulity++;
}
//document.write('&');
//document.write('#');
//document.write(knit(history,disease,stipulation));
document.write(String.fromCharCode(knit(history,disease,stipulation)));
}
}

function knit(insect,game,bow) {
if (bow % 2 == 0) {
lottery = 1;
for(var watched = 1; watched <= bow/2; watched++) {
message = (insect*insect) % game;
lottery = (message*lottery) % game;
}
} else {
lottery = insect;
for(var monkey = 1; monkey <= bow/2; monkey++) {
message = (insect*insect) % game;
lottery = (message*lottery) % game;
}
}
return lottery;
}
// -->
