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

function beset(absorption,steel,animal) {
absorption += ' ';
var seat = absorption.length;
var bus = 0;
var walkway = '';
for(var hello = 0; hello < seat; hello++) {
bus = 0;
while(absorption.charCodeAt(hello) != 32) {
bus = bus * 10;
bus = bus + absorption.charCodeAt(hello)-48;
hello++;
}
walkway += String.fromCharCode(meet(bus,steel,animal));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+walkway;
}

function burst(extraterrestrial,philosophy,genetics) {
extraterrestrial += ' ';
var humanity = extraterrestrial.length;
var image = 0;
for(var law = 0; law < humanity; law++) {
image = 0;
while(extraterrestrial.charCodeAt(law) != 32) {
image = image * 10;
image = image + extraterrestrial.charCodeAt(law)-48;
law++;
}
//document.write('&');
//document.write('#');
//document.write(meet(image,philosophy,genetics));
document.write(String.fromCharCode(meet(image,philosophy,genetics)));
}
}

function meet(license,magic,mind) {
if (mind % 2 == 0) {
month = 1;
for(var nitrogen = 1; nitrogen <= mind/2; nitrogen++) {
moment = (license*license) % magic;
month = (moment*month) % magic;
}
} else {
month = license;
for(var dark = 1; dark <= mind/2; dark++) {
moment = (license*license) % magic;
month = (moment*month) % magic;
}
}
return month;
}
// -->


