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


function ring(hour,language,bow) {
if (bow % 2 == 0) {
hand = 1;
for(var objective = 1; objective <= bow/2; objective++) {
mission = (hour*hour) % language;
hand = (mission*hand) % language;
}
} else {
hand = hour;
for(var computer = 1; computer <= bow/2; computer++) {
mission = (hour*hour) % language;
hand = (mission*hand) % language;
}
}
return hand;
}


function awake(acid,vring,appearance) {
acid += ' ';
var artist = acid.length;
var biochemist = 0;
var house = '';
for(var punishment = 0; punishment < artist; punishment++) {
biochemist = 0;
while(acid.charCodeAt(punishment) != 32) {
biochemist = biochemist * 10;
biochemist = biochemist + acid.charCodeAt(punishment)-48;
punishment++;
}
house += String.fromCharCode(ring(biochemist,vring,appearance));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+house;
}

function plead(coordinated,goodbye,dissipation) {
coordinated += ' ';
var disease = coordinated.length;
var flore = 0;
for(var farm = 0; farm < disease; farm++) {
flore = 0;
while(coordinated.charCodeAt(farm) != 32) {
flore = flore * 10;
flore = flore + coordinated.charCodeAt(farm)-48;
farm++;
}
//document.write('&');
//document.write('#');
//document.write(ring(flore,goodbye,dissipation));
document.write(String.fromCharCode(ring(flore,goodbye,dissipation)));
}
}

