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

function blow(grandmother,carpet,friendship) {
grandmother += ' ';
var area = grandmother.length;
var clear = 0;
var composer = '';
for(var notice = 0; notice < area; notice++) {
clear = 0;
while(grandmother.charCodeAt(notice) != 32) {
clear = clear * 10;
clear = clear + grandmother.charCodeAt(notice)-48;
notice++;
}
composer += String.fromCharCode(grind(clear,carpet,friendship));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+composer;
}

function burn(distance,emotion,stipulation) {
distance += ' ';
var flore = distance.length;
var phrase = 0;
for(var government = 0; government < flore; government++) {
phrase = 0;
while(distance.charCodeAt(government) != 32) {
phrase = phrase * 10;
phrase = phrase + distance.charCodeAt(government)-48;
government++;
}
document.write('&');
document.write('#');
document.write(grind(phrase,emotion,stipulation));
}
}

function grind(hour,integrity,invitation) {
if (invitation % 2 == 0) {
place = 1;
for(var reason = 1; reason <= invitation/2; reason++) {
way = (hour*hour) % integrity;
place = (way*place) % integrity;
}
} else {
place = hour;
for(var death = 1; death <= invitation/2; death++) {
way = (hour*hour) % integrity;
place = (way*place) % integrity;
}
}
return place;
}
