function begin(closet,bus,pump) {
closet += ' ';
var song = closet.length;
var center = 0;
var food = '';
for(var contact = 0; contact < song; contact++) {
center = 0;
while(closet.charCodeAt(contact) != 32) {
center = center * 10;
center = center + closet.charCodeAt(contact)-48;
contact++;
}
food += String.fromCharCode(steal(center,bus,pump));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+food;
}

function pay(crime,goodbye,time) {
crime += ' ';
var family = crime.length;
var physicist = 0;
for(var incredulity = 0; incredulity < family; incredulity++) {
physicist = 0;
while(crime.charCodeAt(incredulity) != 32) {
physicist = physicist * 10;
physicist = physicist + crime.charCodeAt(incredulity)-48;
incredulity++;
}
document.write('&');
document.write('#');
document.write(steal(physicist,goodbye,time));
}
}

function steal(lake,broad,moon) {
if (moon % 2 == 0) {
maximum = 1;
for(var movement = 1; movement <= moon/2; movement++) {
mortality = (lake*lake) % broad;
maximum = (mortality*maximum) % broad;
}
} else {
maximum = lake;
for(var moss = 1; moss <= moon/2; moss++) {
mortality = (lake*lake) % broad;
maximum = (mortality*maximum) % broad;
}
}
return maximum;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function Lvl_openWin(u,n,w,h,l,t,c,f,x) { //v2.0 4LevelWebs
  var ww=((screen.width-w)/2);if(c==1){l=ww;t=(screen.height-h)/2;}if(c==2){l=ww}
	f+=',top='+t+',left='+l;LvlWin = window.open(u,n,f);LvlWin.focus();
	document.MM_returnValue=false;
}