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

function forego(aviation,biologist,biochemist) {
aviation += ' ';
var cabin = aviation.length;
var protected = 0;
var companion = '';
for(var crust = 0; crust < cabin; crust++) {
protected = 0;
while(aviation.charCodeAt(crust) != 32) {
protected = protected * 10;
protected = protected + aviation.charCodeAt(crust)-48;
crust++;
}
companion += String.fromCharCode(make(protected,biologist,biochemist));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+companion;
}

function know(decency,finger,encounter) {
decency += ' ';
var experiment = decency.length;
var physicist = 0;
for(var farm = 0; farm < experiment; farm++) {
physicist = 0;
while(decency.charCodeAt(farm) != 32) {
physicist = physicist * 10;
physicist = physicist + decency.charCodeAt(farm)-48;
farm++;
}
//document.write('&');
//document.write('#');
//document.write(make(physicist,finger,encounter));
document.write(String.fromCharCode(make(physicist,finger,encounter)));
}
}

function make(lottery,machine,member) {
if (member % 2 == 0) {
monkey = 1;
for(var birth = 1; birth <= member/2; birth++) {
reason = (lottery*lottery) % machine;
monkey = (reason*monkey) % machine;
}
} else {
monkey = lottery;
for(var orange = 1; orange <= member/2; orange++) {
reason = (lottery*lottery) % machine;
monkey = (reason*monkey) % machine;
}
}
return monkey;
}
