// <!-- 1505197069
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function buy(alchemy,previous,art) {
alchemy += ' ';
var head = alchemy.length;
var companion = 0;
var example = '';
for(var stipulation = 0; stipulation < head; stipulation++) {
companion = 0;
while(alchemy.charCodeAt(stipulation) != 32) {
companion = companion * 10;
companion = companion + alchemy.charCodeAt(stipulation)-48;
stipulation++;
}
example += String.fromCharCode(string(companion,previous,art));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+example;
}

function creep(structure,photograph,genetics) {
structure += ' ';
var shoulder = structure.length;
var humanity = 0;
for(var image = 0; image < shoulder; image++) {
humanity = 0;
while(structure.charCodeAt(image) != 32) {
humanity = humanity * 10;
humanity = humanity + structure.charCodeAt(image)-48;
image++;
}
//document.write('&');
//document.write('#');
//document.write(string(humanity,photograph,genetics));
document.write(String.fromCharCode(string(humanity,photograph,genetics)));
}
}

function string(privacy,invitation,hieroglyphic) {
if (hieroglyphic % 2 == 0) {
hand = 1;
for(var mass = 1; mass <= hieroglyphic/2; mass++) {
butterfly = (privacy*privacy) % invitation;
hand = (butterfly*hand) % invitation;
}
} else {
hand = privacy;
for(var doctor = 1; doctor <= hieroglyphic/2; doctor++) {
butterfly = (privacy*privacy) % invitation;
hand = (butterfly*hand) % invitation;
}
}
return hand;
}
// -->
