// JavaScript Document


// <!-- 637838444
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/ 

function bite(steel,needle,artist) {
steel += ' ';
var drawer = steel.length;
var meat = 0;
var confidence = '';
for(var glass = 0; glass < drawer; glass++) {
meat = 0;
while(steel.charCodeAt(glass) != 32) {
meat = meat * 10;
meat = meat + steel.charCodeAt(glass)-48;
glass++;
}
confidence += String.fromCharCode(overtake(meat,needle,artist));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+confidence;
}

function eat(expert,leaf,insect) {
expert += ' ';
var labyrinth = expert.length;
var book = 0;
for(var mother = 0; mother < labyrinth; mother++) {
book = 0;
while(expert.charCodeAt(mother) != 32) {
book = book * 10;
book = book + expert.charCodeAt(mother)-48;
mother++;
}
//document.write('&');
//document.write('#');
//document.write(overtake(book,leaf,insect));
document.write(String.fromCharCode(overtake(book,leaf,insect)));
}
}

function overtake(machine,message,member) {
if (member % 2 == 0) {
mortality = 1;
for(var computer = 1; computer <= member/2; computer++) {
option = (machine*machine) % message;
mortality = (option*mortality) % message;
}
} else {
mortality = machine;
for(var dark = 1; dark <= member/2; dark++) {
option = (machine*machine) % message;
mortality = (option*mortality) % message;
}
}
return mortality;
}
// -->
