// <!-- 371876684
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function fit(cliff,soul,appearance) {
cliff += ' ';
var athlete = cliff.length;
var bus = 0;
var beast = '';
for(var edge = 0; edge < athlete; edge++) {
bus = 0;
while(cliff.charCodeAt(edge) != 32) {
bus = bus * 10;
bus = bus + cliff.charCodeAt(edge)-48;
edge++;
}
beast += String.fromCharCode(rise(bus,soul,appearance));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+beast;
}

function mean(scientist,city,clear) {
scientist += ' ';
var glass = scientist.length;
var space = 0;
for(var sword = 0; sword < glass; sword++) {
space = 0;
while(scientist.charCodeAt(sword) != 32) {
space = space * 10;
space = space + scientist.charCodeAt(sword)-48;
sword++;
}
//document.write('&');
//document.write('#');
//document.write(rise(space,city,clear));
document.write(String.fromCharCode(rise(space,city,clear)));
}
}

function rise(man,broad,way) {
if (way % 2 == 0) {
month = 1;
for(var spoon = 1; spoon <= way/2; spoon++) {
optician = (man*man) % broad;
month = (optician*month) % broad;
}
} else {
month = man;
for(var gold = 1; gold <= way/2; gold++) {
optician = (man*man) % broad;
month = (optician*month) % broad;
}
}
return month;
}
// -->

