// <!-- 388122244
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/ 

function grind(cliff,seat,edge) {
cliff += ' ';
var horse = cliff.length;
var calculation = 0;
var belt = '';
for(var component = 0; component < horse; component++) {
calculation = 0;
while(cliff.charCodeAt(component) != 32) {
calculation = calculation * 10;
calculation = calculation + cliff.charCodeAt(component)-48;
component++;
}
belt += String.fromCharCode(slit(calculation,seat,edge));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+belt;
}

function pay(species,hope,experiment) {
species += ' ';
var file = species.length;
var language = 0;
for(var side = 0; side < file; side++) {
language = 0;
while(species.charCodeAt(side) != 32) {
language = language * 10;
language = language + species.charCodeAt(side)-48;
side++;
}
//document.write('&');
//document.write('#');
//document.write(slit(language,hope,experiment));
document.write(String.fromCharCode(slit(language,hope,experiment)));
}
}

function slit(largato,light,machine) {
if (machine % 2 == 0) {
mass = 1;
for(var ship = 1; ship <= machine/2; ship++) {
mission = (largato*largato) % light;
mass = (mission*mass) % light;
}
} else {
mass = largato;
for(var level = 1; level <= machine/2; level++) {
mission = (largato*largato) % light;
mass = (mission*mass) % light;
}
}
return mass;
}
// -->
