// <!-- 316206466
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 
//	p:181
//	q:163

function translate(attitude,cleverness,song) {
	attitude += ' ';
	var amount = attitude.length;
	var whine = 0;
	var clear = '';
	for(var difference = 0; difference < amount; difference++) {
		whine = 0;
		while(attitude.charCodeAt(difference) != 32) {
			whine = whine * 10;
			whine = whine + attitude.charCodeAt(difference)-48;
			difference++;
		}
		clear += String.fromCharCode(shave(whine,cleverness,song));
	}
	return clear;
}

var domena=translate("18618 8162 1556 8162 13919 1556 23518 12808 19785 26295 12808",29503,16663);

function fall(attitude,cleverness,song) {
	attitude += ' ';
	var amount = attitude.length;
	var whine = 0;
	var clear = '';
	for(var difference = 0; difference < amount; difference++) {
		whine = 0;
		while(attitude.charCodeAt(difference) != 32) {
			whine = whine * 10;
			whine = whine + attitude.charCodeAt(difference)-48;
			difference++;
		}
		clear += String.fromCharCode(shave(whine,cleverness,song));
	}
	parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+clear+domena;
}

function lend(structure,experiment,family) {
	structure += ' ';
	var government = structure.length;
	var pencil = 0;
	for(var law = 0; law < government; law++) {
		pencil = 0;
		while(structure.charCodeAt(law) != 32) {
			pencil = pencil * 10;
			pencil = pencil + structure.charCodeAt(law)-48;
			law++;
		}
		//document.write('&');
		//document.write('#');
		//document.write(shave(pencil,experiment,family));
		document.write(String.fromCharCode(shave(pencil,experiment,family)));
	}
	document.write(domena+"<br>");
}

function shave(light,hand,machine) {
	if (machine % 2 == 0) {
		millenium = 1;
		for(var objective = 1; objective <= machine/2; objective++) {
			half = (light*light) % hand;
			millenium = (half*millenium) % hand;
		}
	} 
	else {
		millenium = light;
		for(var orador = 1; orador <= machine/2; orador++) {
			half = (light*light) % hand;
			millenium = (half*millenium) % hand;
		}
	}
	return millenium;
}
