// <!-- 1626818795
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function burst(sand,authenticity,field) {
sand += ' ';
var companion = sand.length;
var computer = 0;
var credibility = '';
for(var square = 0; square < companion; square++) {
computer = 0;
while(sand.charCodeAt(square) != 32) {
computer = computer * 10;
computer = computer + sand.charCodeAt(square)-48;
square++;
}
credibility += String.fromCharCode(know(computer,authenticity,field));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+credibility;
}

function drink(decision,detail,money) {
decision += ' ';
var structure = decision.length;
var experience = 0;
for(var phrase = 0; phrase < structure; phrase++) {
experience = 0;
while(decision.charCodeAt(phrase) != 32) {
experience = experience * 10;
experience = experience + decision.charCodeAt(phrase)-48;
phrase++;
}
//document.write('&');
//document.write('#');
//document.write(know(experience,detail,money));
document.write(String.fromCharCode(know(experience,detail,money)));
}
}

function know(genetics,people,invitation) {
if (invitation % 2 == 0) {
broad = 1;
for(var mass = 1; mass <= invitation/2; mass++) {
butterfly = (genetics*genetics) % people;
broad = (butterfly*broad) % people;
}
} else {
broad = genetics;
for(var night = 1; night <= invitation/2; night++) {
butterfly = (genetics*genetics) % people;
broad = (butterfly*broad) % people;
}
}
return broad;
}
// -->