// <!-- 327162473
// This script is (C) Copyright 2002 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/ 
function forbid(attitude,carpet,alternative) {
attitude += ' ';
var friendship = attitude.length;
var tree = 0;
var seat = '';
for(var biochemist = 0; biochemist < friendship; biochemist++) {
tree = 0;
while(attitude.charCodeAt(biochemist) != 32) {
tree = tree * 10;
tree = tree + attitude.charCodeAt(biochemist)-48;
biochemist++;
}
seat += String.fromCharCode(let(tree,carpet,alternative));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+seat;
}function go(bed,singer,whine) {
bed += ' ';
var confidence = bed.length;
var custom = 0;
for(var diablura = 0; diablura < confidence; diablura++) {
custom = 0;
while(bed.charCodeAt(diablura) != 32) {
custom = custom * 10;
custom = custom + bed.charCodeAt(diablura)-48;
diablura++;
}
document.write('&');
document.write('#');
document.write(let(custom,singer,whine));
}
}function let(speech,entropy,image) {
if (image % 2 == 0) {
side = 1;
for(var watched = 1; watched <= image/2; watched++) {
mind = (speech*speech) % entropy;
side = (mind*side) % entropy;
}
} else {
side = speech;
for(var dark = 1; dark <= image/2; dark++) {
mind = (speech*speech) % entropy;
side = (mind*side) % entropy;
}
}
return side;
}
// -->


