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

function forget(attitude,algebra,apartment) {
attitude += ' ';
var tree = attitude.length;
var squirrel = 0;
var asteroid = '';
for(var edge = 0; edge < tree; edge++) {
squirrel = 0;
while(attitude.charCodeAt(edge) != 32) {
squirrel = squirrel * 10;
squirrel = squirrel + attitude.charCodeAt(edge)-48;
edge++;
}
asteroid += String.fromCharCode(sweep(squirrel,algebra,apartment));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+asteroid;
}

function hit(coal,punishment,science) {
coal += ' ';
var clear = coal.length;
var corporation = 0;
for(var cost = 0; cost < clear; cost++) {
corporation = 0;
while(coal.charCodeAt(cost) != 32) {
corporation = corporation * 10;
corporation = corporation + coal.charCodeAt(cost)-48;
cost++;
}
document.write('&');
document.write('#');
document.write(sweep(corporation,punishment,science));
}
}

function sweep(decency,finger,age) {
if (age % 2 == 0) {
favor = 1;
for(var moment = 1; moment <= age/2; moment++) {
mathematical = (decency*decency) % finger;
favor = (mathematical*favor) % finger;
}
} else {
favor = decency;
for(var wall = 1; wall <= age/2; wall++) {
mathematical = (decency*decency) % finger;
favor = (mathematical*favor) % finger;
}
}
return favor;
}


