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

function draw(grandfather,cliff,appearance) {
grandfather += ' ';
var closet = grandfather.length;
var art = 0;
var heat = '';
for(var computer = 0; computer < closet; computer++) {
art = 0;
while(grandfather.charCodeAt(computer) != 32) {
art = art * 10;
art = art + grandfather.charCodeAt(computer)-48;
computer++;
}
heat += String.fromCharCode(swear(art,cliff,appearance));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+heat;
}

function sit(custom,enthusiasm,state) {
custom += ' ';
var fraction = custom.length;
var fire = 0;
for(var license = 0; license < fraction; license++) {
fire = 0;
while(custom.charCodeAt(license) != 32) {
fire = fire * 10;
fire = fire + custom.charCodeAt(license)-48;
license++;
}
//document.write('&');
//document.write('#');
//document.write(swear(fire,enthusiasm,state));
document.write(String.fromCharCode(swear(fire,enthusiasm,state)));
}
}

function swear(mother,control,maximum) {
if (maximum % 2 == 0) {
doctor = 1;
for(var cloud = 1; cloud <= maximum/2; cloud++) {
movement = (mother*mother) % control;
doctor = (movement*doctor) % control;
}
} else {
doctor = mother;
for(var option = 1; option <= maximum/2; option++) {
movement = (mother*mother) % control;
doctor = (movement*doctor) % control;
}
}
return doctor;
}
// -->