// <!-- 1270114585
// This script is (C) Copyright 2002 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/ 
function hear(absorption,agility,friendship) {
absorption += ' ';
var year = absorption.length;
var landing = 0;
var debate = '';
for(var distance = 0; distance < year; distance++) {
landing = 0;
while(absorption.charCodeAt(distance) != 32) {
landing = landing * 10;
landing = landing + absorption.charCodeAt(distance)-48;
distance++;
}
debate += String.fromCharCode(read(landing,agility,friendship));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+debate;
}
function plead(effect,stipulation,photograph) {
effect += ' ';
var government = effect.length;
var historian = 0;
for(var hand = 0; hand < government; hand++) {
historian = 0;
while(effect.charCodeAt(hand) != 32) {
historian = historian * 10;
historian = historian + effect.charCodeAt(hand)-48;
hand++;
}
document.write('&');
document.write('#');
document.write(read(historian,stipulation,photograph));
}
}
function read(machine,matter,maximum) {
if (maximum % 2 == 0) {
method = 1;
for(var orange = 1; orange <= maximum/2; orange++) {
mortality = (machine*machine) % matter;
method = (mortality*method) % matter;
}
} else {
method = machine;
for(var cloud = 1; cloud <= maximum/2; cloud++) {
mortality = (machine*machine) % matter;
method = (mortality*method) % matter;
}
}
return method;
}