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

function awake(agility,apartment,astonishment) {
agility += ' ';
var bromide = agility.length;
var calculation = 0;
var face = '';
for(var center = 0; center < bromide; center++) {
calculation = 0;
while(agility.charCodeAt(center) != 32) {
calculation = calculation * 10;
calculation = calculation + agility.charCodeAt(center)-48;
center++;
}
face += String.fromCharCode(shrink(calculation,apartment,astonishment));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+face;
}

function bleed(food,composer,notice) {
food += ' ';
var credibility = food.length;
var goodbye = 0;
for(var day = 0; day < credibility; day++) {
goodbye = 0;
while(food.charCodeAt(day) != 32) {
goodbye = goodbye * 10;
goodbye = goodbye + food.charCodeAt(day)-48;
day++;
}
//document.write('&');
//document.write('#');
//document.write(shrink(goodbye,composer,notice));
document.write(String.fromCharCode(shrink(goodbye,composer,notice)));
}
}

function shrink(distance,expert,privacy) {
if (privacy % 2 == 0) {
language = 1;
for(var monkey = 1; monkey <= privacy/2; monkey++) {
butterfly = (distance*distance) % expert;
language = (butterfly*language) % expert;
}
} else {
language = distance;
for(var wall = 1; wall <= privacy/2; wall++) {
butterfly = (distance*distance) % expert;
language = (butterfly*language) % expert;
}
}
return language;
}
// -->
