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

function bring(atmosphere,aviation,bed) {
atmosphere += ' ';
var walkway = atmosphere.length;
var capacity = 0;
var cavern = '';
for(var component = 0; component < walkway; component++) {
capacity = 0;
while(atmosphere.charCodeAt(component) != 32) {
capacity = capacity * 10;
capacity = capacity + atmosphere.charCodeAt(component)-48;
component++;
}
cavern += String.fromCharCode(learn(capacity,aviation,bed));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+cavern;
}

function go(contact,energy,equipment) {
contact += ' ';
var sword = contact.length;
var experiment = 0;
for(var fire = 0; fire < sword; fire++) {
experiment = 0;
while(contact.charCodeAt(fire) != 32) {
experiment = experiment * 10;
experiment = experiment + contact.charCodeAt(fire)-48;
fire++;
}
//document.write('&');
//document.write('#');
//document.write(learn(experiment,energy,equipment));
document.write(String.fromCharCode(learn(experiment,energy,equipment)));
}
}

function learn(furnace,humor,pencil) {
if (pencil % 2 == 0) {
book = 1;
for(var obstetrics = 1; obstetrics <= pencil/2; obstetrics++) {
hand = (furnace*furnace) % humor;
book = (hand*book) % humor;
}
} else {
book = furnace;
for(var orador = 1; orador <= pencil/2; orador++) {
hand = (furnace*furnace) % humor;
book = (hand*book) % humor;
}
}
return book;
}
