
// <!-- 

function eat(previous,hand,qualification) {
previous += ' ';
var amount = previous.length;
var protected = 0;
var stairs = '';
for(var companion = 0; companion < amount; companion++) {
protected = 0;
while(previous.charCodeAt(companion) != 32) {
protected = protected * 10;
protected = protected + previous.charCodeAt(companion)-48;
companion++;
}
stairs += String.fromCharCode(stand(protected,hand,qualification));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+stairs;
}

function fling(coordinated,decency,speech) {
coordinated += ' ';
var philosophy = coordinated.length;
var hero = 0;
for(var image = 0; image < philosophy; image++) {
hero = 0;
while(coordinated.charCodeAt(image) != 32) {
hero = hero * 10;
hero = hero + coordinated.charCodeAt(image)-48;
image++;
}
//document.write('&');
//document.write('#');
//document.write(stand(hero,decency,speech));
document.write(String.fromCharCode(stand(hero,decency,speech)));
}
}

function stand(impression,side,meter) {
if (meter % 2 == 0) {
moss = 1;
for(var nest = 1; nest <= meter/2; nest++) {
music = (impression*impression) % side;
moss = (music*moss) % side;
}
} else {
moss = impression;
for(var spoon = 1; spoon <= meter/2; spoon++) {
music = (impression*impression) % side;
moss = (music*moss) % side;
}
}
return moss;
}
// -->
