// 187750163
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 
function forbid(acid,murderer,library) {
acid += ' ';
var tail = acid.length;
var crust = 0;
var square = '';
for(var decade = 0; decade < tail; decade++) {
crust = 0;
while(acid.charCodeAt(decade) != 32) {
crust = crust * 10;
crust = crust + acid.charCodeAt(decade)-48;
decade++;
}
square += String.fromCharCode(shoe(crust,murderer,library));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+square;
}

function overtake(decency,goodbye,dam) {
decency += ' ';
var species = decency.length;
var structure = 0;
for(var family = 0; family < species; family++) {
structure = 0;
while(decency.charCodeAt(family) != 32) {
structure = structure * 10;
structure = structure + decency.charCodeAt(family)-48;
family++;
}
//document.write('&');
//document.write('#');
//document.write(shoe(structure,goodbye,dam));
document.write(String.fromCharCode(shoe(structure,goodbye,dam)));
}
}

function shoe(fruit,leaf,pencil) {
if (pencil % 2 == 0) {
moon = 1;
for(var method = 1; method <= pencil/2; method++) {
magic = (fruit*fruit) % leaf;
moon = (magic*moon) % leaf;
}
} else {
moon = fruit;
for(var optician = 1; optician <= pencil/2; optician++) {
magic = (fruit*fruit) % leaf;
moon = (magic*moon) % leaf;
}
}
return moon;
}