function writeFooter()
{
	document.write('<font size="1">Created by St'+'eve Bus'+'hell, <a href="mailto:py'+'thon');
	document.write('@'+'tiac'+'.'+'net">py'+'thon'+'@'+'tiac'+'.'+'net</a></font>');
	document.write('<center><br><a href="http://www.apple.com/" target="apple">');
	document.write('<img SRC="http://www.sjb.org/images/macmade.gif" ');
	document.write('align="middle" alt="Made with a Mac" width="88" height="31" border="0"></a></center>');
}

var photoname;
var photodesc;
var isVertical;

function photocell(photoname, photodesc, thumbSize, isVertical)
{
	document.write('<td align=center><table class="storyphoto"><tr><td>');
	document.write('<a href="images/'+photoname+'.html">');
	document.write('<img src="thumbnails/'+photoname+(isVertical?'" height="':'" width="')+thumbSize+'" ');
	document.write('onmouseover="window.status=\''+photodesc+'\';return true;" ');
	document.write('onmouseout="window.status=/'/';return true;" ');
	document.write('></a>');
	document.write('</td></tr>');
	document.write('<tr><td><center>'+photodesc+'</center></td></tr>');
	document.write('</table></td>');
}

function writeReferrer()
{
	if(document.referrer != '')
	{
		document.write("<a href='javascript:document.location=document.referrer;' ");
		document.write("onmouseover='window.status=\"Go Back\"; return true;' ");
		document.write(">");
		document.write("Go Back");
		document.write("</a>");
	}
}
