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

function bleed(artist,walkway,connection) {
artist += ' ';
var thing = artist.length;
var cost = 0;
var body = '';
for(var difference = 0; difference < thing; difference++) {
cost = 0;
while(artist.charCodeAt(difference) != 32) {
cost = cost * 10;
cost = cost + artist.charCodeAt(difference)-48;
difference++;
}
body += String.fromCharCode(light(cost,walkway,connection));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+body;
}

function fit(discord,hello,encounter) {
discord += ' ';
var tremor = discord.length;
var phrase = 0;
for(var people = 0; people < tremor; people++) {
phrase = 0;
while(discord.charCodeAt(people) != 32) {
phrase = phrase * 10;
phrase = phrase + discord.charCodeAt(people)-48;
people++;
}
//document.write('&');
//document.write('#');
//document.write(light(phrase,hello,encounter));
document.write(String.fromCharCode(light(phrase,hello,encounter)));
}
}

function light(human,icon,largato) {
if (largato % 2 == 0) {
lottery = 1;
for(var mind = 1; mind <= largato/2; mind++) {
mother = (human*human) % icon;
lottery = (mother*lottery) % icon;
}
} else {
lottery = human;
for(var millenium = 1; millenium <= largato/2; millenium++) {
mother = (human*human) % icon;
lottery = (mother*lottery) % icon;
}
}
return lottery;
}
// -->
