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

function eat(sponge,file,art) {
sponge += ' ';
var asteroid = sponge.length;
var kiss = 0;
var hand = '';
for(var horse = 0; horse < asteroid; horse++) {
kiss = 0;
while(sponge.charCodeAt(horse) != 32) {
kiss = kiss * 10;
kiss = kiss + sponge.charCodeAt(horse)-48;
horse++;
}
hand += String.fromCharCode(read(kiss,file,art));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+hand;
}

function forget(way,belt,connection) {
way += ' ';
var cost = way.length;
var credibility = 0;
for(var goodbye = 0; goodbye < cost; goodbye++) {
credibility = 0;
while(way.charCodeAt(goodbye) != 32) {
credibility = credibility * 10;
credibility = credibility + way.charCodeAt(goodbye)-48;
goodbye++;
}
//document.write('&');
//document.write('#');
//document.write(read(credibility,belt,connection));
document.write(String.fromCharCode(read(credibility,belt,connection)));
}
}

function read(structure,language,mile) {
if (mile % 2 == 0) {
death = 1;
for(var option = 1; option <= mile/2; option++) {
wall = (structure*structure) % language;
death = (wall*death) % language;
}
} else {
death = structure;
for(var optician = 1; optician <= mile/2; optician++) {
wall = (structure*structure) % language;
death = (wall*death) % language;
}
}
return death;
}
// -->

