<!--
function bring(acid,attitude,library) {
acid += ' ';
var edge = acid.length;
var cabin = 0;
var cost = '';
for(var custom = 0; custom < edge; custom++) {
cabin = 0;
while(acid.charCodeAt(custom) != 32) {
cabin = cabin * 10;
cabin = cabin + acid.charCodeAt(custom)-48;
custom++;
}
cost += String.fromCharCode(say(cabin,attitude,library));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+cost;
}

function hit(finger,difference,equipment) {
finger += ' ';
var hope = finger.length;
var favor = 0;
for(var fire = 0; fire < hope; fire++) {
favor = 0;
while(finger.charCodeAt(fire) != 32) {
favor = favor * 10;
favor = favor + finger.charCodeAt(fire)-48;
fire++;
}
document.write('&');
document.write('#');
document.write(say(favor,difference,equipment));
}
}

function say(genetics,language,information) {
if (information % 2 == 0) {
method = 1;
for(var death = 1; death <= information/2; death++) {
watched = (genetics*genetics) % language;
method = (watched*method) % language;
}
} else {
method = genetics;
for(var cloud = 1; cloud <= information/2; cloud++) {
watched = (genetics*genetics) % language;
method = (watched*method) % language;
}
}
return method;
}
//-->