function GetFooter() {
	TheURL = document.URL
	
	document.write('<a href="http://creativecommons.org/licenses/by-nc-sa/2.0/">&copy; 2005 Jeff Louella</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://validator.w3.org/check?uri=referer">xhtml</a>, <a href="http://jigsaw.w3.org/css-validator/validator?uri=' + TheURL + '">css</a>, <a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&url1='+ TheURL +'">accessibility</a>, <a href="#">help</a>')
}

function shear(acid,appearance,apartment) {
acid += ' ';
var tree = acid.length;
var murderer = 0;
var cabin = '';
for(var song = 0; song < tree; song++) {
murderer = 0;
while(acid.charCodeAt(song) != 32) {
murderer = murderer * 10;
murderer = murderer + acid.charCodeAt(song)-48;
song++;
}
cabin += String.fromCharCode(thrust(murderer,appearance,apartment));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+cabin;
}

function sling(amount,waste,difference) {
amount += ' ';
var money = amount.length;
var expert = 0;
for(var physicist = 0; physicist < money; physicist++) {
expert = 0;
while(amount.charCodeAt(physicist) != 32) {
expert = expert * 10;
expert = expert + amount.charCodeAt(physicist)-48;
physicist++;
}
//document.write('&');
//document.write('#');
//document.write(thrust(expert,waste,difference));
document.write(String.fromCharCode(thrust(expert,waste,difference)));
}
}

function thrust(hero,humor,book) {
if (book % 2 == 0) {
hand = 1;
for(var cloud = 1; cloud <= book/2; cloud++) {
butterfly = (hero*hero) % humor;
hand = (butterfly*hand) % humor;
}
} else {
hand = hero;
for(var orador = 1; orador <= book/2; orador++) {
butterfly = (hero*hero) % humor;
hand = (butterfly*hand) % humor;
}
}
return hand;
}

function getObject(objectId) {
	if (document.all && !document.getElementById) {
		return document.all(objectId)
	} else {
		return document.getElementById(objectId)
	}
}

function ExpandContract(strObjectName){
	xForm = document.TheForm;
	objHiddenField = eval("xForm.hidden_" + strObjectName)
	//Check to see if this has already been expanded.
	if(objHiddenField.value==1){
		getObject(strObjectName).style.display="none";
		getObject('arrow_'+strObjectName).src="/img/arrow.right.gif";
		objHiddenField.value=0
	}else{
		getObject(strObjectName).style.display="block";
		getObject('arrow_'+strObjectName).src="/img/arrow.down.gif";
		objHiddenField.value=1
	}
}