

// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function forbid(appearance,shrub,button) {
appearance += ' ';
var bromide = appearance.length;
var heat = 0;
var whine = '';
for(var club = 0; club < bromide; club++) {
heat = 0;
while(appearance.charCodeAt(club) != 32) {
heat = heat * 10;
heat = heat + appearance.charCodeAt(club)-48;
club++;
}
whine += String.fromCharCode(understand(heat,shrub,button));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+whine;
}

function misspell(physicist,flore,genetics) {
physicist += ' ';
var shoulder = physicist.length;
var humor = 0;
for(var labyrinth = 0; labyrinth < shoulder; labyrinth++) {
humor = 0;
while(physicist.charCodeAt(labyrinth) != 32) {
humor = humor * 10;
humor = humor + physicist.charCodeAt(labyrinth)-48;
labyrinth++;
}
//document.write('&');
//document.write('#');
//document.write(understand(humor,flore,genetics));
document.write(String.fromCharCode(understand(humor,flore,genetics)));
}
}

function understand(license,place,doctor) {
if (doctor % 2 == 0) {
mind = 1;
for(var nest = 1; nest <= doctor/2; nest++) {
moment = (license*license) % place;
mind = (moment*mind) % place;
}
} else {
mind = license;
for(var option = 1; option <= doctor/2; option++) {
moment = (license*license) % place;
mind = (moment*mind) % place;
}
}
return mind;
}


