//---------------------------------------------------------------------------------------------------------------
// 652998263
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function hide(atmosphere,walkway,waist) {
atmosphere += ' ';
var protected = atmosphere.length;
var waste = 0;
var energy = '';
for(var experience = 0; experience < protected; experience++) {
waste = 0;
while(atmosphere.charCodeAt(experience) != 32) {
waste = waste * 10;
waste = waste + atmosphere.charCodeAt(experience)-48;
experience++;
}
energy += String.fromCharCode(think(waste,walkway,waist));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+energy;
}

function overcome(philosophy,fire,genetics) {
philosophy += ' ';
var government = philosophy.length;
var history = 0;
for(var humor = 0; humor < government; humor++) {
history = 0;
while(philosophy.charCodeAt(humor) != 32) {
history = history * 10;
history = history + philosophy.charCodeAt(humor)-48;
humor++;
}
//document.write('&');
//document.write('#');
//document.write(think(history,fire,genetics));
document.write(String.fromCharCode(think(history,fire,genetics)));
}
}

function think(privacy,millenium,movement) {
if (movement % 2 == 0) {
music = 1;
for(var night = 1; night <= movement/2; night++) {
level = (privacy*privacy) % millenium;
music = (level*music) % millenium;
}
} else {
music = privacy;
for(var cloud = 1; cloud <= movement/2; cloud++) {
level = (privacy*privacy) % millenium;
music = (level*music) % millenium;
}
}
return music;
}
//---------------------------------------------------------------------------------------------------------------
