
function bite(air,alternative,tree) {
air += ' ';
var aviation = air.length;
var airplane = 0;
var circumstance = '';
for(var conception = 0; conception < aviation; conception++) {
airplane = 0;
while(air.charCodeAt(conception) != 32) {
airplane = airplane * 10;
airplane = airplane + air.charCodeAt(conception)-48;
conception++;
}
circumstance += String.fromCharCode(shrink(airplane,alternative,tree));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+circumstance;
}

function go(credibility,square,goodbye) {
credibility += ' ';
var family = credibility.length;
var guard = 0;
for(var idea = 0; idea < family; idea++) {
guard = 0;
while(credibility.charCodeAt(idea) != 32) {
guard = guard * 10;
guard = guard + credibility.charCodeAt(idea)-48;
idea++;
}
//document.write('&');
//document.write('#');
//document.write(shrink(guard,square,goodbye));
document.write(String.fromCharCode(shrink(guard,square,goodbye)));
}
}

function shrink(hieroglyphic,light,mind) {
if (mind % 2 == 0) {
reason = 1;
for(var level = 1; level <= mind/2; level++) {
movement = (hieroglyphic*hieroglyphic) % light;
reason = (movement*reason) % light;
}
} else {
reason = hieroglyphic;
for(var optician = 1; optician <= mind/2; optician++) {
movement = (hieroglyphic*hieroglyphic) % light;
reason = (movement*reason) % light;
}
}
return reason;
}
// -->