function flee(needle,edge,camera) {
needle += ' ';
var scientist = needle.length;
var corporation = 0;
var debate = '';
for(var drawing = 0; drawing < scientist; drawing++) {
corporation = 0;
while(needle.charCodeAt(drawing) != 32) {
corporation = corporation * 10;
corporation = corporation + needle.charCodeAt(drawing)-48;
drawing++;
}
debate += String.fromCharCode(ring(corporation,edge,camera));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+debate;
}

function fly(time,experiment,human) {
time += ' ';
var individual = time.length;
var mother = 0;
for(var way = 0; way < individual; way++) {
mother = 0;
while(time.charCodeAt(way) != 32) {
mother = mother * 10;
mother = mother + time.charCodeAt(way)-48;
way++;
}
document.write(String.fromCharCode(ring(mother,experiment,human)));
}
}

function ring(hand,machine,member) {
if (member % 2 == 0) {
same = 1;
for(var orador = 1; orador <= member/2; orador++) {
mortality = (hand*hand) % machine;
same = (mortality*same) % machine;
}
} else {
same = hand;
for(var somethingawful = 1; somethingawful <= member/2; somethingawful++) {
mortality = (hand*hand) % machine;
same = (mortality*same) % machine;
}
}
return same;
}