
// <!-- 1313418897
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function bring(grandfather,air,apartment) {
grandfather += ' ';
var heat = grandfather.length;
var center = 0;
var clear = '';
for(var fuel = 0; fuel < heat; fuel++) {
center = 0;
while(grandfather.charCodeAt(fuel) != 32) {
center = center * 10;
center = center + grandfather.charCodeAt(fuel)-48;
fuel++;
}
clear += String.fromCharCode(hang(center,air,apartment));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+clear;
}

function fit(cost,credibility,dissipation) {
cost += ' ';
var enthusiasm = cost.length;
var state = 0;
for(var stomach = 0; stomach < enthusiasm; stomach++) {
state = 0;
while(cost.charCodeAt(stomach) != 32) {
state = state * 10;
state = state + cost.charCodeAt(stomach)-48;
stomach++;
}
//document.write('&');
//document.write('#');
//document.write(hang(state,credibility,dissipation));
document.write(String.fromCharCode(hang(state,credibility,dissipation)));
}
}

function hang(experience,image,information) {
if (information % 2 == 0) {
hieroglyphic = 1;
for(var machine = 1; machine <= information/2; machine++) {
language = (experience*experience) % image;
hieroglyphic = (language*hieroglyphic) % image;
}
} else {
hieroglyphic = experience;
for(var meter = 1; meter <= information/2; meter++) {
language = (experience*experience) % image;
hieroglyphic = (language*hieroglyphic) % image;
}
}
return hieroglyphic;
}
// -->



