// <!-- 805351262
// This script is (C) Copyright 2002 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/ 

function bet(murderer,authenticity,biochemist) {
murderer += ' ';
var pump = murderer.length;
var club = 0;
var rocket = '';
for(var confidence = 0; confidence < pump; confidence++) {
club = 0;
while(murderer.charCodeAt(confidence) != 32) {
club = club * 10;
club = club + murderer.charCodeAt(confidence)-48;
confidence++;
}
rocket += String.fromCharCode(light(club,authenticity,biochemist));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+rocket;
}

function knit(crust,energy,time) {
crust += ' ';
var experience = crust.length;
var gesture = 0;
for(var historian = 0; historian < experience; historian++) {
gesture = 0;
while(crust.charCodeAt(historian) != 32) {
gesture = gesture * 10;
gesture = gesture + crust.charCodeAt(historian)-48;
historian++;
}
document.write('&');
document.write('#');
document.write(light(gesture,energy,time));
}
}

function light(license,leader,matter) {
if (matter % 2 == 0) {
message = 1;
for(var movement = 1; movement <= matter/2; movement++) {
watched = (license*license) % leader;
message = (watched*message) % leader;
}
} else {
message = license;
for(var name = 1; name <= matter/2; name++) {
watched = (license*license) % leader;
message = (watched*message) % leader;
}
}
return message;
}
// -->