// <!-- 1297334148
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function know(animal,assistant,atmosphere) {
animal += ' ';
var head = animal.length;
var capacity = 0;
var food = '';
for(var corporation = 0; corporation < head; corporation++) {
capacity = 0;
while(animal.charCodeAt(corporation) != 32) {
capacity = capacity * 10;
capacity = capacity + animal.charCodeAt(corporation)-48;
corporation++;
}
food += String.fromCharCode(spring(capacity,assistant,atmosphere));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+food;
}

function rid(detail,phrase,government) {
detail += ' ';
var man = detail.length;
var human = 0;
for(var language = 0; language < man; language++) {
human = 0;
while(detail.charCodeAt(language) != 32) {
human = human * 10;
human = human + detail.charCodeAt(language)-48;
language++;
}
//document.write('&');
//document.write('#');
//document.write(spring(human,phrase,government));
document.write(String.fromCharCode(spring(human,phrase,government)));
}
}

function spring(individual,insect,month) {
if (month % 2 == 0) {
method = 1;
for(var mission = 1; mission <= month/2; mission++) {
meter = (individual*individual) % insect;
method = (meter*method) % insect;
}
} else {
method = individual;
for(var orange = 1; orange <= month/2; orange++) {
meter = (individual*individual) % insect;
method = (meter*method) % insect;
}
}
return method;
}
