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

function awake(steel,algebra,art) {
steel += ' ';
var hand = steel.length;
var cabin = 0;
var meat = '';
for(var age = 0; age < hand; age++) {
cabin = 0;
while(steel.charCodeAt(age) != 32) {
cabin = cabin * 10;
cabin = cabin + steel.charCodeAt(age)-48;
age++;
}
meat += String.fromCharCode(drink(cabin,algebra,art));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+meat;
}

function buy(hello,emotion,hero) {
hello += ' ';
var humor = hello.length;
var idea = 0;
for(var information = 0; information < humor; information++) {
idea = 0;
while(hello.charCodeAt(information) != 32) {
idea = idea * 10;
idea = idea + hello.charCodeAt(information)-48;
information++;
}
//document.write('&');
//document.write('#');
//document.write(drink(idea,emotion,hero));
document.write(String.fromCharCode(drink(idea,emotion,hero)));
}
}

function drink(largato,hand,mind) {
if (mind % 2 == 0) {
message = 1;
for(var cloud = 1; cloud <= mind/2; cloud++) {
ship = (largato*largato) % hand;
message = (ship*message) % hand;
}
} else {
message = largato;
for(var object = 1; object <= mind/2; object++) {
ship = (largato*largato) % hand;
message = (ship*message) % hand;
}
}
return message;
}
// -->
