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

function fight(camera,walkway,center) {
camera += ' ';
var scientist = camera.length;
var chloride = 0;
var corporation = '';
for(var decision = 0; decision < scientist; decision++) {
chloride = 0;
while(camera.charCodeAt(decision) != 32) {
chloride = chloride * 10;
chloride = chloride + camera.charCodeAt(decision)-48;
decision++;
}
corporation += String.fromCharCode(thrust(chloride,walkway,center));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+corporation;
}

function spread(money,dissipation,goodbye) {
money += ' ';
var emotion = money.length;
var structure = 0;
for(var fraction = 0; fraction < emotion; fraction++) {
structure = 0;
while(money.charCodeAt(fraction) != 32) {
structure = structure * 10;
structure = structure + money.charCodeAt(fraction)-48;
fraction++;
}
//document.write('&');
//document.write('#');
//document.write(thrust(structure,dissipation,goodbye));
document.write(String.fromCharCode(thrust(structure,dissipation,goodbye)));
}
}

function thrust(image,incredulity,information) {
if (information % 2 == 0) {
book = 1;
for(var moment = 1; moment <= information/2; moment++) {
mathematical = (image*image) % incredulity;
book = (mathematical*book) % incredulity;
}
} else {
book = image;
for(var monkey = 1; monkey <= information/2; monkey++) {
mathematical = (image*image) % incredulity;
book = (mathematical*book) % incredulity;
}
}
return book;
}
// -->


