// <!-- 753842166
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function awake(cliff,airplane,drawer) {
cliff += ' ';
var whine = cliff.length;
var companion = 0;
var confidence = '';
for(var speech = 0; speech < whine; speech++) {
companion = 0;
while(cliff.charCodeAt(speech) != 32) {
companion = companion * 10;
companion = companion + cliff.charCodeAt(speech)-48;
speech++;
}
confidence += String.fromCharCode(forsake(companion,airplane,drawer));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+confidence;
}

function creep(extravagance,flore,hypothesis) {
extravagance += ' ';
var shoulder = extravagance.length;
var humor = 0;
for(var language = 0; language < shoulder; language++) {
humor = 0;
while(extravagance.charCodeAt(language) != 32) {
humor = humor * 10;
humor = humor + extravagance.charCodeAt(language)-48;
language++;
}
//document.write('&');
//document.write('#');
//document.write(forsake(humor,flore,hypothesis));
document.write(String.fromCharCode(forsake(humor,flore,hypothesis)));
}
}

function forsake(privacy,lake,pencil) {
if (pencil % 2 == 0) {
millenium = 1;
for(var mission = 1; mission <= pencil/2; mission++) {
watched = (privacy*privacy) % lake;
millenium = (watched*millenium) % lake;
}
} else {
millenium = privacy;
for(var half = 1; half <= pencil/2; half++) {
watched = (privacy*privacy) % lake;
millenium = (watched*millenium) % lake;
}
}
return millenium;
}