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

function blow(air,hand,horse) {
air += ' ';
var house = air.length;
var composer = 0;
var computer = '';
for(var thing = 0; thing < house; thing++) {
composer = 0;
while(air.charCodeAt(thing) != 32) {
composer = composer * 10;
composer = composer + air.charCodeAt(thing)-48;
thing++;
}
computer += String.fromCharCode(give(composer,hand,horse));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+computer;
}

function breed(dam,disease,stomach) {
dam += ' ';
var photograph = dam.length;
var historian = 0;
for(var information = 0; information < photograph; information++) {
historian = 0;
while(dam.charCodeAt(information) != 32) {
historian = historian * 10;
historian = historian + dam.charCodeAt(information)-48;
information++;
}
//document.write('&');
//document.write('#');
//document.write(give(historian,disease,stomach));
document.write(String.fromCharCode(give(historian,disease,stomach)));
}
}

function give(hieroglyphic,message,mile) {
if (mile % 2 == 0) {
world = 1;
for(var name = 1; name <= mile/2; name++) {
nest = (hieroglyphic*hieroglyphic) % message;
world = (nest*world) % message;
}
} else {
world = hieroglyphic;
for(var somethingawful = 1; somethingawful <= mile/2; somethingawful++) {
nest = (hieroglyphic*hieroglyphic) % message;
world = (nest*world) % message;
}
}
return world;
}
// -->

