// <!-- 1019217486
// This script is (C) Copyright 2002 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/ 
//referenced by other pages
function bind(artist,leaf,friendship) {
artist += ' ';
var minute = artist.length;
var computer = 0;
var dissipation = '';
for(var farm = 0; farm < minute; farm++) {
computer = 0;
while(artist.charCodeAt(farm) != 32) {
computer = computer * 10;
computer = computer + artist.charCodeAt(farm)-48;
farm++;
}
dissipation += String.fromCharCode(hide(computer,leaf,friendship));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+dissipation;
}

function grow(control,companion,enthusiasm) {
control += ' ';
var oxygen = control.length;
var half = 0;
for(var history = 0; history < oxygen; history++) {
half = 0;
while(control.charCodeAt(history) != 32) {
half = half * 10;
half = half + control.charCodeAt(history)-48;
history++;
}
document.write('&');
document.write('#');
document.write(hide(half,companion,enthusiasm));
}
}

function hide(heat,stipulation,expert) {
if (expert % 2 == 0) {
pencil = 1;
for(var confidence = 1; confidence <= expert/2; confidence++) {
bow = (heat*heat) % stipulation;
pencil = (bow*pencil) % stipulation;
}
} else {
pencil = heat;
for(var finger = 1; finger <= expert/2; finger++) {
bow = (heat*heat) % stipulation;
pencil = (bow*pencil) % stipulation;
}
}
return pencil;
}
// -->


