var aText = '';
aText += '[ '
aText += '<a href="http://www.vwga.org/index.htm">Home</a>'
aText += ' ]   [ '
aText += '<a href="http://www.vwga.org/board.htm">Board</a>'
aText += ' ]   [ '
aText += '<a href="http://www.vwga.org/membership.htm">Membership</a>'
aText += ' ]   [ '
aText += '<a href="http://www.vwga.org/events.htm">Events</a>'
aText += ' ]   [ '
aText += '<a href="http://www.vwga.org/news.htm">News</a>'
aText += ' ]   [ '
aText += '<a href="http://www.vwga.org/resources.htm">Resources</a>'
aText += ' ]   [ '
aText += '<a href="http://www.vwga.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@vwga.org'>"
+ "webmaster@vwga.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>");
