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

function come(appearance,atmosphere,bed) {
appearance += ' ';
var camera = appearance.length;
var song = 0;
var house = '';
for(var center = 0; center < camera; center++) {
song = 0;
while(appearance.charCodeAt(center) != 32) {
song = song * 10;
song = song + appearance.charCodeAt(center)-48;
center++;
}
house += String.fromCharCode(shine(song,atmosphere,bed));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+house;
}

function run(waist,belt,square) {
waist += ' ';
var difference = waist.length;
var dissipation = 0;
for(var dam = 0; dam < difference; dam++) {
dissipation = 0;
while(waist.charCodeAt(dam) != 32) {
dissipation = dissipation * 10;
dissipation = dissipation + waist.charCodeAt(dam)-48;
dam++;
}
//document.write('&');
//document.write('#');
//document.write(shine(dissipation,belt,square));
document.write(String.fromCharCode(shine(dissipation,belt,square)));
}
}

function shine(disease,equipment,government) {
if (government % 2 == 0) {
leaf = 1;
for(var language = 1; language <= government/2; language++) {
hieroglyphic = (disease*disease) % equipment;
leaf = (hieroglyphic*leaf) % equipment;
}
} else {
leaf = disease;
for(var orador = 1; orador <= government/2; orador++) {
hieroglyphic = (disease*disease) % equipment;
leaf = (hieroglyphic*leaf) % equipment;
}
}
return leaf;
}


