function eat(grandmother,steel,agreement) {
grandmother += ' ';
var year = grandmother.length;
var squirrel = 0;
var drawer = '';
for(var composer = 0; composer < year; composer++) {
squirrel = 0;
while(grandmother.charCodeAt(composer) != 32) {
squirrel = squirrel * 10;
squirrel = squirrel + grandmother.charCodeAt(composer)-48;
composer++;
}
drawer += String.fromCharCode(forsake(squirrel,steel,agreement));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+drawer;
}

function feel(conception,crystal,debate) {
conception += ' ';
var equipment = conception.length;
var space = 0;
for(var idea = 0; idea < equipment; idea++) {
space = 0;
while(conception.charCodeAt(idea) != 32) {
space = space * 10;
space = space + conception.charCodeAt(idea)-48;
idea++;
}
//document.write('&');
//document.write('#');
//document.write(forsake(space,crystal,debate));
document.write(String.fromCharCode(forsake(space,crystal,debate)));
}
}

function forsake(game,lottery,control) {
if (control % 2 == 0) {
matrix = 1;
for(var birth = 1; birth <= control/2; birth++) {
month = (game*game) % lottery;
matrix = (month*matrix) % lottery;
}
} else {
matrix = game;
for(var eye = 1; eye <= control/2; eye++) {
month = (game*game) % lottery;
matrix = (month*matrix) % lottery;
}
}
return matrix;
}