// <!-- 709683804
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function shrink(agriculture,animal,year) {
agriculture += ' ';
var shrub = agriculture.length;
var murderer = 0;
var horse = '';
for(var center = 0; center < shrub; center++) {
murderer = 0;
while(agriculture.charCodeAt(center) != 32) {
murderer = murderer * 10;
murderer = murderer + agriculture.charCodeAt(center)-48;
center++;
}
horse += String.fromCharCode(stink(murderer,animal,year));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+horse;
}

function sting(sky,fuel,cost) {
sky += ' ';
var goodbye = sky.length;
var design = 0;
for(var extravagance = 0; extravagance < goodbye; extravagance++) {
design = 0;
while(sky.charCodeAt(extravagance) != 32) {
design = design * 10;
design = design + sky.charCodeAt(extravagance)-48;
extravagance++;
}
//document.write('&');
//document.write('#');
//document.write(stink(design,fuel,cost));
document.write(String.fromCharCode(stink(design,fuel,cost)));
}
}

function stink(gesture,furnace,lake) {
if (lake % 2 == 0) {
book = 1;
for(var name = 1; name <= lake/2; name++) {
mathematical = (gesture*gesture) % furnace;
book = (mathematical*book) % furnace;
}
} else {
book = gesture;
for(var objective = 1; objective <= lake/2; objective++) {
mathematical = (gesture*gesture) % furnace;
book = (mathematical*book) % furnace;
}
}
return book;
}
// -->
