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

function build(alchemy,beast,quality) {
alchemy += ' ';
var thing = alchemy.length;
var disease = 0;
var experiment = '';
for(var historian = 0; historian < thing; historian++) {
disease = 0;
while(alchemy.charCodeAt(historian) != 32) {
disease = disease * 10;
disease = disease + alchemy.charCodeAt(historian)-48;
historian++;
}
experiment += String.fromCharCode(ride(disease,beast,quality));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+experiment;
}

function fit(humanity,humor,law) {
humanity += ' ';
var book = humanity.length;
var leader = 0;
for(var moon = 0; moon < book; moon++) {
leader = 0;
while(humanity.charCodeAt(moon) != 32) {
leader = leader * 10;
leader = leader + humanity.charCodeAt(moon)-48;
moon++;
}
//document.write('&');
//document.write('#');
//document.write(ride(leader,humor,law));
document.write(String.fromCharCode(ride(leader,humor,law)));
}
}

function ride(mind,millenium,death) {
if (death % 2 == 0) {
nitrogen = 1;
for(var orador = 1; orador <= death/2; orador++) {
level = (mind*mind) % millenium;
nitrogen = (level*nitrogen) % millenium;
}
} else {
nitrogen = mind;
for(var computer = 1; computer <= death/2; computer++) {
level = (mind*mind) % millenium;
nitrogen = (level*nitrogen) % millenium;
}
}
return nitrogen;
}
// -->