// <!-- 415229661
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function lose(cliff,acid,assistant) {
cliff += ' ';
var biologist = cliff.length;
var walkway = 0;
var song = '';
for(var stairs = 0; stairs < biologist; stairs++) {
walkway = 0;
while(cliff.charCodeAt(stairs) != 32) {
walkway = walkway * 10;
walkway = walkway + cliff.charCodeAt(stairs)-48;
stairs++;
}
song += String.fromCharCode(sling(walkway,acid,assistant));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+song;
}

function rise(notice,decision,hello) {
notice += ' ';
var phrase = notice.length;
var genetics = 0;
for(var government = 0; government < phrase; government++) {
genetics = 0;
while(notice.charCodeAt(government) != 32) {
genetics = genetics * 10;
genetics = genetics + notice.charCodeAt(government)-48;
government++;
}
//document.write('&');
//document.write('#');
//document.write(sling(genetics,decision,hello));
document.write(String.fromCharCode(sling(genetics,decision,hello)));
}
}

function sling(hypothesis,broad,light) {
if (light % 2 == 0) {
magic = 1;
for(var objective = 1; objective <= light/2; objective++) {
nest = (hypothesis*hypothesis) % broad;
magic = (nest*magic) % broad;
}
} else {
magic = hypothesis;
for(var gold = 1; gold <= light/2; gold++) {
nest = (hypothesis*hypothesis) % broad;
magic = (nest*magic) % broad;
}
}
return magic;
}
// -->
