// <!-- 374583181
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function choose(approval,sand,biochemist) {
approval += ' ';
var forest = approval.length;
var cabin = 0;
var heat = '';
for(var meat = 0; meat < forest; meat++) {
cabin = 0;
while(approval.charCodeAt(meat) != 32) {
cabin = cabin * 10;
cabin = cabin + approval.charCodeAt(meat)-48;
meat++;
}
heat += String.fromCharCode(sow(cabin,sand,biochemist));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+heat;
}

function give(glass,notice,goodbye) {
glass += ' ';
var integrity = glass.length;
var hieroglyphic = 0;
for(var lake = 0; lake < integrity; lake++) {
hieroglyphic = 0;
while(glass.charCodeAt(lake) != 32) {
hieroglyphic = hieroglyphic * 10;
hieroglyphic = hieroglyphic + glass.charCodeAt(lake)-48;
lake++;
}
//document.write('&');
//document.write('#');
//document.write(sow(hieroglyphic,notice,goodbye));
document.write(String.fromCharCode(sow(hieroglyphic,notice,goodbye)));
}
}

function sow(bow,place,light) {
if (light % 2 == 0) {
monkey = 1;
for(var objective = 1; objective <= light/2; objective++) {
birth = (bow*bow) % place;
monkey = (birth*monkey) % place;
}
} else {
monkey = bow;
for(var somethingawful = 1; somethingawful <= light/2; somethingawful++) {
birth = (bow*bow) % place;
monkey = (birth*monkey) % place;
}
}
return monkey;
}
// -->

