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

function fit(absorption,soul,hair) {
absorption += ' ';
var house = absorption.length;
var component = 0;
var cost = '';
for(var finger = 0; finger < house; finger++) {
component = 0;
while(absorption.charCodeAt(finger) != 32) {
component = component * 10;
component = component + absorption.charCodeAt(finger)-48;
finger++;
}
cost += String.fromCharCode(slay(component,soul,hair));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+cost;
}

function show(diablura,discord,hope) {
diablura += ' ';
var experience = diablura.length;
var flore = 0;
for(var shoulder = 0; shoulder < experience; shoulder++) {
flore = 0;
while(diablura.charCodeAt(shoulder) != 32) {
flore = flore * 10;
flore = flore + diablura.charCodeAt(shoulder)-48;
shoulder++;
}
//document.write('&');
//document.write('#');
//document.write(slay(flore,discord,hope));
document.write(String.fromCharCode(slay(flore,discord,hope)));
}
}

function slay(language,book,male) {
if (male % 2 == 0) {
hand = 1;
for(var music = 1; music <= male/2; music++) {
reason = (language*language) % book;
hand = (reason*hand) % book;
}
} else {
hand = language;
for(var nitrogen = 1; nitrogen <= male/2; nitrogen++) {
reason = (language*language) % book;
hand = (reason*hand) % book;
}
}
return hand;
}
// -->
