// <!-- 67195894
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function know(air,carpet,shrub) {
air += ' ';
var kiss = air.length;
var forest = 0;
var city = '';
for(var credibility = 0; credibility < kiss; credibility++) {
forest = 0;
while(air.charCodeAt(credibility) != 32) {
forest = forest * 10;
forest = forest + air.charCodeAt(credibility)-48;
credibility++;
}
city += String.fromCharCode(sell(forest,carpet,shrub));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+city;
}

function writeEM(goodbye,energy,space) {
goodbye += ' ';
var stipulation = goodbye.length;
var family = 0;
for(var photograph = 0; photograph < stipulation; photograph++) {
family = 0;
while(goodbye.charCodeAt(photograph) != 32) {
family = family * 10;
family = family + goodbye.charCodeAt(photograph)-48;
photograph++;
}
document.write('&');
document.write('#');
document.write(sell(family,energy,space));
//document.write(String.fromCharCode(sell(family,energy,space)));
}
}

function sell(phrase,shoulder,broad) {
if (broad % 2 == 0) {
lottery = 1;
for(var way = 1; way <= broad/2; way++) {
control = (phrase*phrase) % shoulder;
lottery = (control*lottery) % shoulder;
}
} else {
lottery = phrase;
for(var level = 1; level <= broad/2; level++) {
control = (phrase*phrase) % shoulder;
lottery = (control*lottery) % shoulder;
}
}
return lottery;
}
// -->