	var msg;

	msg = '<TABLE WIDTH=100% CELLSPACING=0><TR><TD WIDTH=48%><SMALL><ADDRESS>&copy; <A HREF="author.htm">Kevin Clarke</A> ' + top.copyDate;
	msg = msg + '<BR><A HREF="contact.htm">endymion@inconstantmoon.com</A></ADDRESS></SMALL></TD>';
	msg = msg + '<TD WIDTH=52% ALIGN="right" VALIGN="top"><SMALL>';
	if(typeof credits != 'undefined') {
		msg = msg + credits;
	}
	msg = msg + '</SMALL></TD></TR></TABLE>';

	document.write(msg);