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

function leap(book,oxygen,flore) {
book += ' ';
var year = book.length;
var square = 0;
var hour = '';
for(var nest = 0; nest < year; nest++) {
square = 0;
while(book.charCodeAt(nest) != 32) {
square = square * 10;
square = square + book.charCodeAt(nest)-48;
nest++;
}
hour += String.fromCharCode(swing(square,oxygen,flore));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+hour;
}

function strike(dam,phrase,way) {
dam += ' ';
var tail = dam.length;
var acid = 0;
for(var notice = 0; notice < tail; notice++) {
acid = 0;
while(dam.charCodeAt(notice) != 32) {
acid = acid * 10;
acid = acid + dam.charCodeAt(notice)-48;
notice++;
}
//document.write('&');
//document.write('#');
//document.write(swing(acid,phrase,way));
document.write(String.fromCharCode(swing(acid,phrase,way)));
}
}

function swing(mass,forest,idea) {
if (idea % 2 == 0) {
computer = 1;
for(var corporation = 1; corporation <= idea/2; corporation++) {
cost = (mass*mass) % forest;
computer = (cost*computer) % forest;
}
} else {
computer = mass;
for(var attitude = 1; attitude <= idea/2; attitude++) {
cost = (mass*mass) % forest;
computer = (cost*computer) % forest;
}
}
return computer;
}
// -->


