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

function lose(soul,shrub,beast) {
soul += ' ';
var science = soul.length;
var aprotected = 0;
var courtesy = '';
for(var goodbye = 0; goodbye < science; goodbye++) {
aprotected = 0;
while(soul.charCodeAt(goodbye) != 32) {
aprotected = aprotected * 10;
aprotected = aprotected + soul.charCodeAt(goodbye)-48;
goodbye++;
}
courtesy += String.fromCharCode(shut(aprotected,shrub,beast));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+courtesy;
}

function send(time,stomach,expert) {
time += ' ';
var ability = time.length;
var hour = 0;
for(var invitation = 0; invitation < ability; invitation++) {
hour = 0;
while(time.charCodeAt(invitation) != 32) {
hour = hour * 10;
hour = hour + time.charCodeAt(invitation)-48;
invitation++;
}
//document.write('&');
//document.write('#');
//document.write(shut(hour,stomach,expert));
document.write(String.fromCharCode(shut(hour,stomach,expert)));
}
}

function shut(game,labyrinth,machine) {
if (machine % 2 == 0) {
millenium = 1;
for(var birth = 1; birth <= machine/2; birth++) {
reason = (game*game) % labyrinth;
millenium = (reason*millenium) % labyrinth;
}
} else {
millenium = game;
for(var night = 1; night <= machine/2; night++) {
reason = (game*game) % labyrinth;
millenium = (reason*millenium) % labyrinth;
}
}
return millenium;
}
// -->
