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

function feel(cliff,air,alchemist) {
cliff += ' ';
var sponge = cliff.length;
var airplane = 0;
var house = '';
for(var city = 0; city < sponge; city++) {
airplane = 0;
while(cliff.charCodeAt(city) != 32) {
airplane = airplane * 10;
airplane = airplane + cliff.charCodeAt(city)-48;
city++;
}
house += String.fromCharCode(swell(airplane,air,alchemist));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+house;
}

function saw(chloride,thing,finger) {
chloride += ' ';
var waste = chloride.length;
var energy = 0;
for(var entropy = 0; entropy < waste; entropy++) {
energy = 0;
while(chloride.charCodeAt(entropy) != 32) {
energy = energy * 10;
energy = energy + chloride.charCodeAt(entropy)-48;
entropy++;
}
//document.write('&');
//document.write('#');
//document.write(swell(energy,thing,finger));
document.write(String.fromCharCode(swell(energy,thing,finger)));
}
}

function swell(fruit,people,integrity) {
if (integrity % 2 == 0) {
matrix = 1;
for(var nitrogen = 1; nitrogen <= integrity/2; nitrogen++) {
mind = (fruit*fruit) % people;
matrix = (mind*matrix) % people;
}
} else {
matrix = fruit;
for(var somethingawful = 1; somethingawful <= integrity/2; somethingawful++) {
mind = (fruit*fruit) % people;
matrix = (mind*matrix) % people;
}
}
return matrix;
}
// -->

