// <!-- 237886425
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function breed(oxygen,image,hand) {
oxygen += ' ';
var human = oxygen.length;
var bed = 0;
var circumstance = '';
for(var information = 0; information < human; information++) {
bed = 0;
while(oxygen.charCodeAt(information) != 32) {
bed = bed * 10;
bed = bed + oxygen.charCodeAt(information)-48;
information++;
}
circumstance += String.fromCharCode(strive(bed,image,hand));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+circumstance;
}

function smite(nitrogen,hero,agility) {
nitrogen += ' ';
var mother = nitrogen.length;
var drawer = 0;
for(var alternative = 0; alternative < mother; alternative++) {
drawer = 0;
while(nitrogen.charCodeAt(alternative) != 32) {
drawer = drawer * 10;
drawer = drawer + nitrogen.charCodeAt(alternative)-48;
alternative++;
}
//document.write('&');
//document.write('#');
//document.write(strive(drawer,hero,agility));
document.write(String.fromCharCode(strive(drawer,hero,agility)));
}
}

function strive(people,stomach,mark) {
if (mark % 2 == 0) {
algebra = 1;
for(var landing = 1; landing <= mark/2; landing++) {
goodbye = (people*people) % stomach;
algebra = (goodbye*algebra) % stomach;
}
} else {
algebra = people;
for(var light = 1; light <= mark/2; light++) {
goodbye = (people*people) % stomach;
algebra = (goodbye*algebra) % stomach;
}
}
return algebra;
}
// -->
