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

function blow(acid,area,landing) {
	acid += ' ';
	var bromide = acid.length;
	var drawer = 0;
	var capacity = '';
	for(var coal = 0; coal < bromide; coal++) {
	drawer = 0;
	while(acid.charCodeAt(coal) != 32) {
	drawer = drawer * 10;
	drawer = drawer + acid.charCodeAt(coal)-48;
	coal++;
	}
	capacity += String.fromCharCode(swear(drawer,area,landing));
	}
	parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+capacity;
}

function say(house,component,computer) {
	house += ' ';
	var day = house.length;
	var design = 0;
	for(var dissipation = 0; dissipation < day; dissipation++) {
	design = 0;
	while(house.charCodeAt(dissipation) != 32) {
	design = design * 10;
	design = design + house.charCodeAt(dissipation)-48;
	dissipation++;
	}
	//document.write('&');
	//document.write('#');
	//document.write(swear(design,component,computer));
	document.write(String.fromCharCode(swear(design,component,computer)));
	}
}

function swear(stipulation,experiment,humanity) {
	if (humanity % 2 == 0) {
	insect = 1;
	for(var memory = 1; memory <= humanity/2; memory++) {
	pencil = (stipulation*stipulation) % experiment;
	insect = (pencil*insect) % experiment;
	}
	} else {
	insect = stipulation;
	for(var mission = 1; mission <= humanity/2; mission++) {
	pencil = (stipulation*stipulation) % experiment;
	insect = (pencil*insect) % experiment;
	}
	}
	return insect;
}

