<!-- 712127582
// This script is (C) Copyright 2002 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/
// They generate the number coded link for the 'email me' link -SDM 

function hit(acid,apartment,artist) {
acid += ' ';
var beast = acid.length;
var drawer = 0;
var coal = '';
for(var belt = 0; belt < beast; belt++) {
drawer = 0;
while(acid.charCodeAt(belt) != 32) {
drawer = drawer * 10;
drawer = drawer + acid.charCodeAt(belt)-48;
belt++;
}
coal += String.fromCharCode(overthrow(drawer,apartment,artist));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+coal;
}

function overdo(circumstance,notice,credibility) {
circumstance += ' ';
var space = circumstance.length;
var family = 0;
for(var hour = 0; hour < space; hour++) {
family = 0;
while(circumstance.charCodeAt(hour) != 32) {
family = family * 10;
family = family + circumstance.charCodeAt(hour)-48;
hour++;
}
document.write('&');
document.write('#');
document.write(overthrow(family,notice,credibility));
}
}

function overthrow(icon,information,labyrinth) {
if (labyrinth % 2 == 0) {
mother = 1;
for(var mathematical = 1; mathematical <= labyrinth/2; mathematical++) {
hand = (icon*icon) % information;
mother = (hand*mother) % information;
}
} else {
mother = icon;
for(var night = 1; night <= labyrinth/2; night++) {
hand = (icon*icon) % information;
mother = (hand*mother) % information;
}
}
return mother;
}
// -->
