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

function creep(absorption,appearance,sponge) {
absorption += ' ';
var bus = absorption.length;
var biochemist = 0;
var forest = '';
for(var hand = 0; hand < bus; hand++) {
biochemist = 0;
while(absorption.charCodeAt(hand) != 32) {
biochemist = biochemist * 10;
biochemist = biochemist + absorption.charCodeAt(hand)-48;
hand++;
}
forest += String.fromCharCode(swim(biochemist,appearance,sponge));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+forest;
}

function feel(custom,speech,design) {
custom += ' ';
var flore = custom.length;
var hero = 0;
for(var history = 0; history < flore; history++) {
hero = 0;
while(custom.charCodeAt(history) != 32) {
hero = hero * 10;
hero = hero + custom.charCodeAt(history)-48;
history++;
}
//document.write('&');
//document.write('#');
//document.write(swim(hero,speech,design));
document.write(String.fromCharCode(swim(hero,speech,design)));
}
}

function swim(historian,individual,matter) {
if (matter % 2 == 0) {
maximum = 1;
for(var name = 1; name <= matter/2; name++) {
mortality = (historian*historian) % individual;
maximum = (mortality*maximum) % individual;
}
} else {
maximum = historian;
for(var bunny = 1; bunny <= matter/2; bunny++) {
mortality = (historian*historian) % individual;
maximum = (mortality*maximum) % individual;
}
}
return maximum;
}
