	var msg;

	if(typeof path == 'undefined') {
		var path = '';
	}
	else {
		path = '/';
	}
	msg = '<BR CLEAR="all"><P><TABLE WIDTH=100% CELLSPACING=0><TR><TD COLSPAN=2 BGCOLOR="#3399FF"><SMALL> &nbsp;';
	msg = msg + '<A HREF="http://www.inconstantmoon.com/index.htm" TARGET="_top">Inconstant Moon</A> &nbsp;';
	msg = msg + '<A HREF="' + path + 'intro_cyc_guide.htm" TARGET="note">Guide</A> &nbsp;';
	msg = msg + '<A HREF="' + path + 'not_crdt.htm" TARGET="note">Credits</A> &nbsp;';
	msg = msg + '<A HREF="' + path + 'guestbook.htm">Guest Book</A>';
	msg = msg + '</SMALL>';

	msg = msg + '<TR><TD WIDTH=48%><SMALL><ADDRESS>&copy; <A HREF="' + path + 'author.htm">Kevin Clarke</A> ' + top.copyDate;
	msg = msg + '<BR><A HREF="' + path + 'contact.htm">endymion@inconstantmoon.com</A></ADDRESS></SMALL>';
	msg = msg + '<TD WIDTH=52% ALIGN="right" VALIGN="top"><SMALL>';
	if(typeof credits != 'undefined') {
		msg = msg + credits;
	}
	msg = msg + '</SMALL></TABLE>';

	document.write(msg);
