// <!-- 746792176
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function leap(alchemist,animal,tree) {
alchemist += ' ';
var forest = alchemist.length;
var walkway = 0;
var center = '';
for(var whine = 0; whine < forest; whine++) {
walkway = 0;
while(alchemist.charCodeAt(whine) != 32) {
walkway = walkway * 10;
walkway = walkway + alchemist.charCodeAt(whine)-48;
whine++;
}
center += String.fromCharCode(write(walkway,animal,tree));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+center;
}

function see(belt,culture,decency) {
belt += ' ';
var extraterrestrial = belt.length;
var fraction = 0;
for(var people = 0; people < extraterrestrial; people++) {
fraction = 0;
while(belt.charCodeAt(people) != 32) {
fraction = fraction * 10;
fraction = fraction + belt.charCodeAt(people)-48;
people++;
}
//document.write('&');
//document.write('#');
//document.write(write(fraction,culture,decency));
document.write(String.fromCharCode(write(fraction,culture,decency)));
}
}

function write(historian,law,license) {
if (license % 2 == 0) {
mother = 1;
for(var name = 1; name <= license/2; name++) {
half = (historian*historian) % law;
mother = (half*mother) % law;
}
} else {
mother = historian;
for(var computer = 1; computer <= license/2; computer++) {
half = (historian*historian) % law;
mother = (half*mother) % law;
}
}
return mother;
}



//La siguiente función habilita el menu secundario de la cabecera en IE/Win
//http://www.alistapart.com/articles/dropdowns
startList = function() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("navlistppal");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
}
window.onload=startList;

// -->
