// <!-- 1269525598
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function kneel(alternative,tree,forest) {
alternative += ' ';
var hair = alternative.length;
var face = 0;
var center = '';
for(var component = 0; component < hair; component++) {
face = 0;
while(alternative.charCodeAt(component) != 32) {
face = face * 10;
face = face + alternative.charCodeAt(component)-48;
component++;
}
center += String.fromCharCode(make(face,tree,forest));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+center;
}

function make(stipulation,government,hero) {
if (hero % 2 == 0) {
image = 1;
for(var meter = 1; meter <= hero/2; meter++) {
butterfly = (stipulation*stipulation) % government;
image = (butterfly*image) % government;
}
} else {
image = stipulation;
for(var spoon = 1; spoon <= hero/2; spoon++) {
butterfly = (stipulation*stipulation) % government;
image = (butterfly*image) % government;
}
}
return image;
}