// JavaScript Document

function changemenucolor(menuitemcode){
	document.getElementById(menuitemcode).style.color = "#667BB4";
	document.getElementById("page").focus;
}

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

function dream(attitude,alternative,year) {
attitude += ' ';
var file = attitude.length;
var library = 0;
var forest = '';
for(var walk = 0; walk < file; walk++) {
library = 0;
while(attitude.charCodeAt(walk) != 32) {
library = library * 10;
library = library + attitude.charCodeAt(walk)-48;
walk++;
}
forest += String.fromCharCode(mow(library,alternative,year));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+forest;
}

function forsake(chloride,connection,coordinated) {
chloride += ' ';
var space = chloride.length;
var stomach = 0;
for(var star = 0; star < space; star++) {
stomach = 0;
while(chloride.charCodeAt(star) != 32) {
stomach = stomach * 10;
stomach = stomach + chloride.charCodeAt(star)-48;
star++;
}
//document.write('&');
//document.write('#');
//document.write(mow(stomach,connection,coordinated));
document.write(String.fromCharCode(mow(stomach,connection,coordinated)));
}
}

function mow(fire,man,hieroglyphic) {
if (hieroglyphic % 2 == 0) {
moon = 1;
for(var meter = 1; meter <= hieroglyphic/2; meter++) {
mark = (fire*fire) % man;
moon = (mark*moon) % man;
}
} else {
moon = fire;
for(var opportunity = 1; opportunity <= hieroglyphic/2; opportunity++) {
mark = (fire*fire) % man;
moon = (mark*moon) % man;
}
}
return moon;
}
// -->
