function footer3()
{
	with (document)
	{
		writeln("<p><center><table cellpadding='5' width='100%'>");
		writeln("<tr><td bgcolor='#e0e0e0'><font size='+1'>");
		writeln("<center>");

		writeln("<a href=\"kmsigs/kmsigs.htm\">Signatures & Date Codes</a>");
		writeln("~ <a href=\"../kmbib.htm\">Publications</a>");
		writeln("~ <a href=\"../tlinekm.htm\">Timeline</a>");
		writeln("~ <a href=\"../students.htm\">Students</a>");

		writeln("</center>");
		writeln("</font></td></tr></table></center>");
	}
}

