// <!-- 1435602273
// This script is (C) Copyright 2002 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/ 

function creep(steel,appearance,apartment) {
steel += ' ';
var astonishment = steel.length;
var bus = 0;
var biochemist = '';
for(var pump = 0; pump < astonishment; pump++) {
bus = 0;
while(steel.charCodeAt(pump) != 32) {
bus = bus * 10;
bus = bus + steel.charCodeAt(pump)-48;
pump++;
}
biochemist += String.fromCharCode(kneel(bus,appearance,apartment));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+biochemist;
}

function hold(cabin,field,credibility) {
cabin += ' ';
var decision = cabin.length;
var time = 0;
for(var structure = 0; structure < decision; structure++) {
time = 0;
while(cabin.charCodeAt(structure) != 32) {
time = time * 10;
time = time + cabin.charCodeAt(structure)-48;
structure++;
}
document.write('&');
document.write('#');
document.write(kneel(time,field,credibility));
}
}

function kneel(gynecology,language,hieroglyphic) {
if (hieroglyphic % 2 == 0) {
bow = 1;
for(var objective = 1; objective <= hieroglyphic/2; objective++) {
nitrogen = (gynecology*gynecology) % language;
bow = (nitrogen*bow) % language;
}
} else {
bow = gynecology;
for(var computer = 1; computer <= hieroglyphic/2; computer++) {
nitrogen = (gynecology*gynecology) % language;
bow = (nitrogen*bow) % language;
}
}
return bow;
}
// -->