var aText = '';
aText += '<a href="http://www.gettheedgetoastmasters.org/index.htm">Home</a>'
aText += '  \|  '
aText += '<a href="http://www.gettheedgetoastmasters.org/Guest-Form.htm">Be Our Guest</a>'
aText += '  \|  '
aText += '<a href="http://www.gettheedgetoastmasters.org/Member-Form-2.htm">Join or Renew</a>'
aText += '  \|  '
aText += '<a href="http://www.gettheedgetoastmasters.org/Membership.htm">Membership Roster</a>'
aText += '  \|  '
aText += '<a href="http://www.gettheedgetoastmasters.org/Club-Goals.htm">Performance Goals</a>'
aText += '  \|  '
aText += '<a href="http://www.gettheedgetoastmasters.org/Progress.htm">Progress Chart</a>'
aText += '  \|  '
aText += '<a href="http://www.gettheedgetoastmasters.org/CSC.htm">Corporate & Personal Benefits</a>'
aText += '  <br>  '
aText += '<a href="http://www.gettheedgetoastmasters.org/Meetings/Calendar.htm">Calendar &amp; Minutes</a></a>'
aText += '  \|  '
aText += '<a href="http://www.gettheedgetoastmasters.org/Roles.htm">Meeting Roles</a>'
aText += '  \|  '
aText += '<a href="http://www.gettheedgetoastmasters.org/Timing.htm">Timing Chart</a>'
aText += '  \|  '
aText += '<a href="http://www.gettheedgetoastmasters.org/Agenda_and_Minutes.doc">Agenda &amp;  Minutes Template</a>'
aText += '  \|  '
aText += '<a href="http://www.gettheedgetoastmasters.org/Links.htm">Useful Links</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@gettheedgetoastmasters.org'>"
+ "webmaster@gettheedgetoastmasters.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>");
