// 13*101
// <!-- 375156793
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function give(cliff,steel,coal) {
cliff += ' ';
var decency = cliff.length;
var discovery = 0;
var discord = '';
for(var state = 0; state < decency; state++) {
discovery = 0;
while(cliff.charCodeAt(state) != 32) {
discovery = discovery * 10;
discovery = discovery + cliff.charCodeAt(state)-48;
state++;
}
discord += String.fromCharCode(strike(discovery,steel,coal));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+discord;
}

function send(expert,extraterrestrial,history) {
expert += ' ';
var privacy = expert.length;
var hieroglyphic = 0;
for(var language = 0; language < privacy; language++) {
hieroglyphic = 0;
while(expert.charCodeAt(language) != 32) {
hieroglyphic = hieroglyphic * 10;
hieroglyphic = hieroglyphic + expert.charCodeAt(language)-48;
language++;
}
//document.write('&');
//document.write('#');
//document.write(strike(hieroglyphic,extraterrestrial,history));
document.write(String.fromCharCode(strike(hieroglyphic,extraterrestrial,history)));
}
}

function strike(leader,light,microorganism) {
if (microorganism % 2 == 0) {
same = 1;
for(var orange = 1; orange <= microorganism/2; orange++) {
mortality = (leader*leader) % light;
same = (mortality*same) % light;
}
} else {
same = leader;
for(var gold = 1; gold <= microorganism/2; gold++) {
mortality = (leader*leader) % light;
same = (mortality*same) % light;
}
}
return same;
}
// -->
