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

function flee(alternative,apartment,shrub) {
alternative += ' ';
var assistant = alternative.length;
var hair = 0;
var singer = '';
for(var confidence = 0; confidence < assistant; confidence++) {
hair = 0;
while(alternative.charCodeAt(confidence) != 32) {
hair = hair * 10;
hair = hair + alternative.charCodeAt(confidence)-48;
confidence++;
}
singer += String.fromCharCode(shake(hair,apartment,shrub));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+singer;
}

function lead(square,culture,decade) {
square += ' ';
var dam = square.length;
var energy = 0;
for(var state = 0; state < dam; state++) {
energy = 0;
while(square.charCodeAt(state) != 32) {
energy = energy * 10;
energy = energy + square.charCodeAt(state)-48;
state++;
}

document.write(String.fromCharCode(shake(energy,culture,decade)));
}
}

function shake(phrase,fruit,fire) {
if (fire % 2 == 0) {
license = 1;
for(var level = 1; level <= fire/2; level++) {
month = (phrase*phrase) % fruit;
license = (month*license) % fruit;
}
} else {
license = phrase;
for(var cloud = 1; cloud <= fire/2; cloud++) {
month = (phrase*phrase) % fruit;
license = (month*license) % fruit;
}
}
return license;
}




