
// <!-- 135180825
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function cling(absorption,attitude,year) {
absorption += ' ';
var cabin = absorption.length;
var head = 0;
var singer = '';
for(var capacity = 0; capacity < cabin; capacity++) {
head = 0;
while(absorption.charCodeAt(capacity) != 32) {
head = head * 10;
head = head + absorption.charCodeAt(capacity)-48;
capacity++;
}
singer += String.fromCharCode(forsake(head,attitude,year));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+singer;
}

function fight(house,notice,crime) {
house += ' ';
var square = house.length;
var waste = 0;
for(var detail = 0; detail < square; detail++) {
waste = 0;
while(house.charCodeAt(detail) != 32) {
waste = waste * 10;
waste = waste + house.charCodeAt(detail)-48;
detail++;
}
//document.write('&');
//document.write('#');
//document.write(forsake(waste,notice,crime));
document.write(String.fromCharCode(forsake(waste,notice,crime)));
}
}

function forsake(phrase,information,language) {
if (language % 2 == 0) {
lion = 1;
for(var wall = 1; wall <= language/2; wall++) {
machine = (phrase*phrase) % information;
lion = (machine*lion) % information;
}
} else {
lion = phrase;
for(var object = 1; object <= language/2; object++) {
machine = (phrase*phrase) % information;
lion = (machine*lion) % information;
}
}
return lion;
}
// -->

