// <!-- 378382220
// This script is (C) Copyright 2002 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/ 

function forbid(attitude,agriculture,alchemist) {
attitude += ' ';
var asteroid = attitude.length;
var head = 0;
var face = '';
for(var house = 0; house < asteroid; house++) {
head = 0;
while(attitude.charCodeAt(house) != 32) {
head = head * 10;
head = head + attitude.charCodeAt(house)-48;
house++;
}
face += String.fromCharCode(thrive(head,agriculture,alchemist));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+face;
}

function rid(chloride,club,day) {
chloride += ' ';
var dam = chloride.length;
var state = 0;
for(var stomach = 0; stomach < dam; stomach++) {
state = 0;
while(chloride.charCodeAt(stomach) != 32) {
state = state * 10;
state = state + chloride.charCodeAt(stomach)-48;
stomach++;
}
document.write('&');
document.write('#');
document.write(thrive(state,club,day));
}
}

function thrive(file,mass,memory) {
if (memory % 2 == 0) {
method = 1;
for(var name = 1; name <= memory/2; name++) {
mortality = (file*file) % mass;
method = (mortality*method) % mass;
}
} else {
method = file;
for(var object = 1; object <= memory/2; object++) {
mortality = (file*file) % mass;
method = (mortality*method) % mass;
}
}
return method;
}