// <!-- 1606802868
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function come(airplane,beast,head) {
airplane += ' ';
var science = airplane.length;
var chloride = 0;
var composer = '';
for(var conception = 0; conception < science; conception++) {
chloride = 0;
while(airplane.charCodeAt(conception) != 32) {
chloride = chloride * 10;
chloride = chloride + airplane.charCodeAt(conception)-48;
conception++;
}
composer += String.fromCharCode(stink(chloride,beast,head));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+composer;
}

function fling(contact,opposite,body) {
contact += ' ';
var detail = contact.length;
var age = 0;
for(var sword = 0; sword < detail; sword++) {
age = 0;
while(contact.charCodeAt(sword) != 32) {
age = age * 10;
age = age + contact.charCodeAt(sword)-48;
sword++;
}
//document.write('&');
//document.write('#');
//document.write(stink(age,opposite,body));
document.write(String.fromCharCode(stink(age,opposite,body)));
}
}

function stink(star,swing,pencil) {
if (pencil % 2 == 0) {
moon = 1;
for(var moss = 1; moss <= pencil/2; moss++) {
light = (star*star) % swing;
moon = (light*moon) % swing;
}
} else {
moon = star;
for(var computer = 1; computer <= pencil/2; computer++) {
light = (star*star) % swing;
moon = (light*moon) % swing;
}
}
return moon;
}
// -->

