<!--
// <!-- 1101480528
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function beset(attitude,button,hair) {
attitude += ' ';
var box = attitude.length;
var composer = 0;
var decency = '';
for(var decision = 0; decision < box; decision++) {
composer = 0;
while(attitude.charCodeAt(decision) != 32) {
composer = composer * 10;
composer = composer + attitude.charCodeAt(decision)-48;
decision++;
}
decency += String.fromCharCode(hurt(composer,button,hair));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+decency;
}

function buy(goodbye,species,star) {
goodbye += ' ';
var gynecology = goodbye.length;
var hypothesis = 0;
for(var pencil = 0; pencil < gynecology; pencil++) {
hypothesis = 0;
while(goodbye.charCodeAt(pencil) != 32) {
hypothesis = hypothesis * 10;
hypothesis = hypothesis + goodbye.charCodeAt(pencil)-48;
pencil++;
}
//document.write('&');
//document.write('#');
//document.write(hurt(hypothesis,species,star));
document.write(String.fromCharCode(hurt(hypothesis,species,star)));
}
}

function hurt(moon,mass,memory) {
if (memory % 2 == 0) {
world = 1;
for(var object = 1; object <= memory/2; object++) {
wall = (moon*moon) % mass;
world = (wall*world) % mass;
}
} else {
world = moon;
for(var dark = 1; dark <= memory/2; dark++) {
wall = (moon*moon) % mass;
world = (wall*world) % mass;
}
}
return world;
}
//-->
