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

function get(previous,apartment,file) {
previous += ' ';
var closet = previous.length;
var horse = 0;
var way = '';
for(var cost = 0; cost < closet; cost++) {
horse = 0;
while(previous.charCodeAt(cost) != 32) {
horse = horse * 10;
horse = horse + previous.charCodeAt(cost)-48;
cost++;
}
way += String.fromCharCode(read(horse,apartment,file));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+way;
}

function overdo(custom,body,day) {
custom += ' ';
var flore = custom.length;
var farm = 0;
for(var human = 0; human < flore; human++) {
farm = 0;
while(custom.charCodeAt(human) != 32) {
farm = farm * 10;
farm = farm + custom.charCodeAt(human)-48;
human++;
}
//document.write('&');
//document.write('#');
//document.write(read(farm,body,day));
document.write(String.fromCharCode(read(farm,body,day)));
}
}

function read(language,integrity,game) {
if (game % 2 == 0) {
side = 1;
for(var mile = 1; mile <= game/2; mile++) {
male = (language*language) % integrity;
side = (male*side) % integrity;
}
} else {
side = language;
for(var bunny = 1; bunny <= game/2; bunny++) {
male = (language*language) % integrity;
side = (male*side) % integrity;
}
}
return side;
}
// -->


