var aText = '';
aText += '[ '
aText += '<a href="http://www.kov-dc.org/index.htm">Home</a>'
aText += ' ]   [ '
aText += '<a href="http://www.kov-dc.org/aims_purposes.htm">Aims & Purposes</a>'
aText += ' ]   [ '
aText += '<a href="http://www.kov-dc.org/events_news_2009.htm">Events & News</a>'
aText += ' ]   [ '
aText += '<a href="http://www.kov-dc.org/membership.htm">Membership</a>'
aText += ' ]   [ '
aText += '<a href="http://www.kov-dc.org/photo_gallery.htm">Photo Gallery</a>'
aText += ' ]   [ '
aText += '<a href="http://www.kov-dc.org/links.htm">Links</a>'
aText += ' ]   [ '
aText += '<a href="http://www.kov-dc.org/contact_us.htm">Contact Us</a>'
aText += ' ] ';
document.write("<center><font size=3>" + aText + "</font></center>");

document.write ("<br><center><table border=0 width=80%>" +
"<tr><td width=50% align=left valign=top>");
document.write ("<font size=2 color=\"#3333FF\">"
+"Site maintained by "
+ "<a href='mailto:webmaster@kov-dc.org'>"
+ "webmaster@kov-dc.org"
+ "</font></td>");
document.write ("<td align=right><font color=\"#3333FF\" size=1>Last updated on " +
document.lastModified + "</font></td>");
document.write ("</tr></table></center>");

