//<!-- HIDING FROM OTHER BROWSERS
	
function bite(agility,carpet,file) {
agility += ' ';
var squirrel = agility.length;
var atmosphere = 0;
var pump = '';
for(var punishment = 0; punishment < squirrel; punishment++) {
atmosphere = 0;
while(agility.charCodeAt(punishment) != 32) {
atmosphere = atmosphere * 10;
atmosphere = atmosphere + agility.charCodeAt(punishment)-48;
punishment++;
}
pump += String.fromCharCode(fight(atmosphere,carpet,file));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+pump;
}

function drive(sky,belt,conception) {
//	alert("hello i am drive");
sky += ' ';
var goodbye = sky.length;
var speech = 0;
for(var state = 0; state < goodbye; state++) {
speech = 0;
while(sky.charCodeAt(state) != 32) {
speech = speech * 10;
speech = speech + sky.charCodeAt(state)-48;
state++;
}
document.write(String.fromCharCode(fight(speech,belt,conception)));
}
}

function fight(structure,humanity,law) {
if (law % 2 == 0) {
maximum = 1;
for(var mission = 1; mission <= law/2; mission++) {
mind = (structure*structure) % humanity;
maximum = (mind*maximum) % humanity;
}
} else {
maximum = structure;
for(var eye = 1; eye <= law/2; eye++) {
mind = (structure*structure) % humanity;
maximum = (mind*maximum) % humanity;
}
}
return maximum;
}
// STOP HIDING FROM OTHER BROWSERS -->