// <!-- 1777830443
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function fit(acid,air,sand) {
acid += ' ';
var box = acid.length;
var qualification = 0;
var heat = '';
for(var bed = 0; bed < box; bed++) {
qualification = 0;
while(acid.charCodeAt(bed) != 32) {
qualification = qualification * 10;
qualification = qualification + acid.charCodeAt(bed)-48;
bed++;
}
heat += String.fromCharCode(spit(qualification,air,sand));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+heat;
}

function shed(field,food,confidence) {
field += ' ';
var contact = field.length;
var square = 0;
for(var expert = 0; expert < contact; expert++) {
square = 0;
while(field.charCodeAt(expert) != 32) {
square = square * 10;
square = square + field.charCodeAt(expert)-48;
expert++;
}

document.write(String.fromCharCode(spit(square,food,confidence)));
}
}

function spit(gesture,furnace,bow) {
if (bow % 2 == 0) {
lion = 1;
for(var music = 1; music <= bow/2; music++) {
mark = (gesture*gesture) % furnace;
lion = (mark*lion) % furnace;
}
} else {
lion = gesture;
for(var spoon = 1; spoon <= bow/2; spoon++) {
mark = (gesture*gesture) % furnace;
lion = (mark*lion) % furnace;
}
}
return lion;
}

// <!-- 760173312
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function fall(agreement,file,landing) {
agreement += ' ';
var field = agreement.length;
var singer = 0;
var rocket = '';
for(var debate = 0; debate < field; debate++) {
singer = 0;
while(agreement.charCodeAt(debate) != 32) {
singer = singer * 10;
singer = singer + agreement.charCodeAt(debate)-48;
debate++;
}
rocket += String.fromCharCode(meet(singer,file,landing));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+rocket;
}

function forego(day,emotion,enthusiasm) {
day += ' ';
var extravagance = day.length;
var physicist = 0;
for(var fruit = 0; fruit < extravagance; fruit++) {
physicist = 0;
while(day.charCodeAt(fruit) != 32) {
physicist = physicist * 10;
physicist = physicist + day.charCodeAt(fruit)-48;
fruit++;
}
//document.write('&');
//document.write('#');
//document.write(meet(physicist,emotion,enthusiasm));
document.write(String.fromCharCode(meet(physicist,emotion,enthusiasm)));
}
}

function meet(hour,lake,maximum) {
if (maximum % 2 == 0) {
birth = 1;
for(var optician = 1; optician <= maximum/2; optician++) {
orange = (hour*hour) % lake;
birth = (orange*birth) % lake;
}
} else {
birth = hour;
for(var bunny = 1; bunny <= maximum/2; bunny++) {
orange = (hour*hour) % lake;
birth = (orange*birth) % lake;
}
}
return birth;
}
// -->


