// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function grind(attitude,asteroid,aviation) {
attitude += ' ';
var calculation = attitude.length;
var protected = 0;
var belt = '';
for(var family = 0; family < calculation; family++) {
protected = 0;
while(attitude.charCodeAt(family) != 32) {
protected = protected * 10;
protected = protected + attitude.charCodeAt(family)-48;
family++;
}
belt += String.fromCharCode(string(protected,asteroid,aviation));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+belt;
}

function stand(flore,fraction,guard) {
flore += ' ';
var hero = flore.length;
var hieroglyphic = 0;
for(var law = 0; law < hero; law++) {
hieroglyphic = 0;
while(flore.charCodeAt(law) != 32) {
hieroglyphic = hieroglyphic * 10;
hieroglyphic = hieroglyphic + flore.charCodeAt(law)-48;
law++;
}
//document.write('&');
//document.write('#');
//document.write(string(hieroglyphic,fraction,guard));
document.write(String.fromCharCode(string(hieroglyphic,fraction,guard)));
}
}

function string(mother,matter,minute) {
if (minute % 2 == 0) {
half = 1;
for(var night = 1; night <= minute/2; night++) {
moment = (mother*mother) % matter;
half = (moment*half) % matter;
}
} else {
half = mother;
for(var optician = 1; optician <= minute/2; optician++) {
moment = (mother*mother) % matter;
half = (moment*half) % matter;
}
}
return half;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
  }
// -->