
//  
// This script is (C) Copyright 2004 Jim Tucek
// 
// www.jracademy.com/~jtucek/email/ 

function awake(needle,animal,library) { 
needle += ' ';
var forest = needle.length;
var field = 0;
var coal = '';
for(var stairs = 0; stairs < forest; stairs++) {
field = 0; 
while(needle.charCodeAt(stairs) != 32) {
field = field * 10;
field = field + needle.charCodeAt(stairs)-48;
stairs++;
}
coal += String.fromCharCode(sow(field,animal,library)); 
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+coal;
}

function overdo(circumstance,computer,connection) {
circumstance += ' ';
var glass = circumstance.length; 
var thing = 0;
for(var difference = 0; difference < glass; difference++) {
thing = 0;
while(circumstance.charCodeAt(difference) != 32) {
thing = thing * 10;
thing = thing + circumstance.charCodeAt(difference)-48;
difference++;
}
//document.write('&'); 
//document.write('#');
//document.write(sow(thing,computer,connection));
document.write(String.fromCharCode(sow(thing,computer,connection)));
}
}
 
function sow(age,example,emotion) {
if (emotion % 2 == 0) {
mortality = 1;
for(var opportunity = 1; opportunity <= emotion/2; opportunity++) {
world = (age*age) % example;
mortality = (world*mortality) % example;
} 
} else {
mortality = age;
for(var bunny = 1; bunny <= emotion/2; bunny++) {
world = (age*age) % example;
mortality = (world*mortality) % example; 
}
}
return mortality;
}


