// <!-- 1582369514
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function lend(cliff,shrub,kiss) {
cliff += ' ';
var hand = cliff.length;
var coal = 0;
var city = '';
for(var enthusiasm = 0; enthusiasm < hand; enthusiasm++) {
coal = 0;
while(cliff.charCodeAt(enthusiasm) != 32) {
coal = coal * 10;
coal = coal + cliff.charCodeAt(enthusiasm)-48;
enthusiasm++;
}
city += String.fromCharCode(stand(coal,shrub,kiss));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+city;
}

function shrink(structure,extravagance,farm) {
structure += ' ';
var hero = structure.length;
var impression = 0;
for(var invitation = 0; invitation < hero; invitation++) {
impression = 0;
while(structure.charCodeAt(invitation) != 32) {
impression = impression * 10;
impression = impression + structure.charCodeAt(invitation)-48;
invitation++;
}
//document.write('&');
//document.write('#');
//document.write(stand(impression,extravagance,farm));
document.write(String.fromCharCode(stand(impression,extravagance,farm)));
}
}

function stand(law,control,meter) {
if (meter % 2 == 0) {
half = 1;
for(var nest = 1; nest <= meter/2; nest++) {
wall = (law*law) % control;
half = (wall*half) % control;
}
} else {
half = law;
for(var gold = 1; gold <= meter/2; gold++) {
wall = (law*law) % control;
half = (wall*half) % control;
}
}
return half;
}