// <!-- 1622583436
// This script is (C) Copyright 2002 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/ 

function blow(needle,year,squirrel) {
needle += ' ';
var library = needle.length;
var city = 0;
var contact = '';
for(var culture = 0; culture < library; culture++) {
city = 0;
while(needle.charCodeAt(culture) != 32) {
city = city * 10;
city = city + needle.charCodeAt(culture)-48;
culture++;
}
contact += String.fromCharCode(read(city,year,squirrel));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+contact;
}

function dive(age,example,entropy) {
age += ' ';
var star = age.length;
var family = 0;
for(var philosophy = 0; philosophy < star; philosophy++) {
family = 0;
while(age.charCodeAt(philosophy) != 32) {
family = family * 10;
family = family + age.charCodeAt(philosophy)-48;
philosophy++;
}
document.write('&');
document.write('#');
document.write(read(family,example,entropy));
}
}

function read(humanity,impression,place) {
if (place % 2 == 0) {
matrix = 1;
for(var same = 1; same <= place/2; same++) {
method = (humanity*humanity) % impression;
matrix = (method*matrix) % impression;
}
} else {
matrix = humanity;
for(var option = 1; option <= place/2; option++) {
method = (humanity*humanity) % impression;
matrix = (method*matrix) % impression;
}
}
return matrix;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
  }
// -->