var aText = '';
aText += '<a href="http://www.aws-va.org/index.htm">National &amp; Chapters</a>'
aText += '  \|  '
aText += '<a href="http://www.aws-va.org/About.htm">About Region</a>'
aText += '  \|  '
aText += '<a href="http://www.aws-va.org/Member-Form.htm">Membership Application</a>'
aText += '  \|  '
aText += '<a href="http://www.aws-va.org/articles/Catalog.htm">Articles &amp; Research</a>'
aText += '  \|  '
aText += '<a href="http://www.aws-va.org/Links.htm">Useful Links</a></a>'
aText += '  \|  '
aText += '<a href="http://www.aws-va.org/newsletters/Calendar2009.htm">Calendar &amp; Newsletters</a>'
aText += '  \|  '
aText += '<a href="http://www.aws-va.org/photos/Meetings00.htm">Photographs</a>'
aText += '  \|  '
aText += '<a href="http://www.aws-va.org/Officers.htm">Officers</a>'
aText += '  \|  '
aText += '<a href="http://www.aws-va.org/Guest-Form.htm">Be Our Guest</a>';
document.write("<center><font size=2>" + aText + "</font></center>");

document.write ("<br><center><table border=0 width=80%>" +
"<tr><td width=50% align=left valign=top>");
document.write ("<font size=1 color=\"#3333FF\">"
+"Site maintained by "
+ "<a href='mailto:webmaster@aws-va.org'>"
+ "webmaster@aws-va.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>");

