
// <!-- 53564472
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function drink(absorption,steel,attitude) {
absorption += ' ';
var astonishment = absorption.length;
var athlete = 0;
var horse = '';
for(var hair = 0; hair < astonishment; hair++) {
athlete = 0;
while(absorption.charCodeAt(hair) != 32) {
athlete = athlete * 10;
athlete = athlete + absorption.charCodeAt(hair)-48;
hair++;
}
horse += String.fromCharCode(sink(athlete,steel,attitude));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+horse;
}

function shut(head,waist,belt) {
head += ' ';
var connection = head.length;
var square = 0;
for(var day = 0; day < connection; day++) {
square = 0;
while(head.charCodeAt(day) != 32) {
square = square * 10;
square = square + head.charCodeAt(day)-48;
day++;
}
//document.write('&');
//document.write('#');
//document.write(sink(square,waist,belt));
document.write(String.fromCharCode(sink(square,waist,belt)));
}
}

function sink(goodbye,entropy,extraterrestrial) {
if (extraterrestrial % 2 == 0) {
magic = 1;
for(var mass = 1; mass <= extraterrestrial/2; mass++) {
way = (goodbye*goodbye) % entropy;
magic = (way*magic) % entropy;
}
} else {
magic = goodbye;
for(var computer = 1; computer <= extraterrestrial/2; computer++) {
way = (goodbye*goodbye) % entropy;
magic = (way*magic) % entropy;
}
}
return magic;
}
// -->

