function leftnav() {

document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=120>');
// * * * * * * * * * * * * * * * * * * *
// Heading
// TODAY
// * * * * * * * * * * * * * * * * * * *
//document.write('<TR HEIGHT=15>');
//document.write('<TD ALIGN=RIGHT WIDTH=6>');
//document.write('  <P ALIGN=RIGHT><IMG HEIGHT=20 WIDTH=6 SRC="/images/corner-top-left.gif" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></TD>');
//document.write('<TD colspan="3" width=108 HEIGHT=20 BGCOLOR="#677CAB">');
//document.write('  <P class="BodyHdg4"><font color="#FFFFFF">&nbsp;TODAY</font></P>');
//document.write('  </TD>');
//document.write('<TD ALIGN=LEFT WIDTH=6>');
//document.write('  <P><IMG HEIGHT=20 WIDTH=6 SRC="/images/corner-top-right.gif" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></TD>');
//document.write('</TR>');

document.write('<TR>');
document.write('<TD ALIGN=RIGHT WIDTH=6>');
document.write('  <P ALIGN=RIGHT><IMG HEIGHT=15 WIDTH=6 SRC="http://www.focuscommunities.com/images/corner-top-left.gif" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></TD>');
document.write('<TD HEIGHT=15 width=108 BGCOLOR="#677CAB">');
document.write('  <P class="BodySmall White">TODAY</P>');
document.write('  </TD>');
document.write('<TD ALIGN=LEFT WIDTH=6>');
document.write('  <P><IMG HEIGHT=15 WIDTH=6 SRC="http://www.focuscommunities.com/images/corner-top-right.gif" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></TD>');
document.write('</TR>');

//
// Announcements
//
document.write('<TR>');
document.write('<TD>');
document.write('  <P ALIGN=RIGHT></P> ');
document.write('  </TD>');
document.write('<TD COLSPAN=2>');
document.write('   <P class="BodySmall LinkOff"><A HREF="http://www.focustaylor.com/forum/viewforum.php?f=11">Announcements</A></p>');
document.write('  </TD>');
document.write('</TR>');

//
// Calendar
//
document.write('<TR>');
document.write('<TD>');
document.write('  <P ALIGN=RIGHT></P> ');
document.write('  </TD>');
document.write('<TD COLSPAN=2>');
document.write('  <P class="BodySmall LinkOff"><A HREF="/calendar">Calendar</A></p>');
document.write('  </TD>');
document.write('</TR>');
//
// Discussions
//
document.write('<TR>');
document.write('<TD>');
document.write('  <P ALIGN=RIGHT></P> ');
document.write('  </TD>');
document.write('<TD COLSPAN=2>');
document.write('   <P class="BodySmall LinkOff"><A HREF="http://www.focustaylor.com/forum/">Discussions</A></p>');
document.write('  </TD>');
document.write('</TR>');
//
// Gas Prices
//
document.write('<TR>');
document.write('<TD>');
document.write('  <P ALIGN=RIGHT></P>');
document.write('  </TD>');
document.write('<TD COLSPAN=2>');
document.write('  <P class="BodySmall LinkOff"><A HREF="http://www.detroitgasprices.com/index.aspx?s=Y&fuel=A&area=Taylor&tme_limit=24" target="_blank">Gas Prices</A></P>');
document.write('  </TD>');
document.write('</TR>');
//
// School Closings
//
document.write('<TR>');
document.write('<TD>');
document.write('  <P ALIGN=RIGHT></P>');
document.write('  </TD>');
document.write('<TD COLSPAN=2>');
document.write('  <P class="BodySmall LinkOff"><A HREF="http://www.clickondetroit.com/closings/index.html" target="_blank">School Closings</A></P>');
document.write('  </TD>');
document.write('</TR>');

// * * * * * * * * * * * * * * * * * * *
// Heading
// ATTRACTIONS
// * * * * * * * * * * * * * * * * * * *
document.write('<TR>');
document.write('<TD ALIGN=RIGHT WIDTH=6>');
document.write('  <P ALIGN=RIGHT><IMG HEIGHT=15 WIDTH=6 SRC="http://www.focuscommunities.com/images/corner-top-left.gif" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></TD>');
document.write('<TD HEIGHT=15 width=108 BGCOLOR="#677CAB">');
document.write('  <P class="BodySmall White">ATTRACTIONS</P>');
document.write('  </TD>');
document.write('<TD ALIGN=LEFT WIDTH=6>');
document.write('  <P><IMG HEIGHT=15 WIDTH=6 SRC="http://www.focuscommunities.com/images/corner-top-right.gif" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></TD>');
document.write('</TR>');
//
// Conservatory
//
document.write('<TR>');
document.write('<TD HEIGHT=14>');
document.write('  <P ALIGN=RIGHT></P>');
document.write('  </TD>');
document.write('<TD COLSPAN=2>');
document.write('  <P class="BodySmall LinkOff"><A HREF="/conservatory">Conservatory</A></P>');
document.write('  </TD>');
document.write('</TR>');
//
// Community Garden
//
document.write('<TR>');
document.write('<TD HEIGHT=14>');
document.write('  <P ALIGN=RIGHT></P>');
document.write('  </TD>');
document.write('<TD COLSPAN=2>');
document.write('  <P class="BodySmall LinkOff"><A HREF="/communitygarden">Garden</A></P>');
document.write('  </TD>');
document.write('</TR>');
//
// Southland Ctr
//
document.write('<TR>');
document.write('<TD HEIGHT=14>');
document.write('  <P ALIGN=RIGHT></P>');
document.write('  </TD>');
document.write('<TD COLSPAN=2>');
document.write('  <P class="BodySmall LinkOff"><A HREF="/southland">Southland Center</A></P>');
document.write('  </TD>');
document.write('</TR>');
//
// Golfing
//
document.write('<TR>');
document.write('<TD HEIGHT=14>');
document.write('  <P ALIGN=RIGHT></P>');
document.write('  </TD>');
document.write('<TD COLSPAN=2>');
document.write('  <P class="BodySmall LinkOff"><A HREF="/taylorgolf">Golfing</A></P>');
document.write('  </TD>');
document.write('</TR>');
//
// SportsPlex
//
document.write('<TR>');
document.write('<TD HEIGHT=14>');
document.write('  <P ALIGN=RIGHT></P>');
document.write('  </TD>');
document.write('<TD COLSPAN=2>');
document.write('  <P class="BodySmall LinkOff"><A HREF="/tsx">SportsPlex</A></P>');
document.write('  </TD>');
document.write('</TR>');
//
// History
//
document.write('<TR>');
document.write('<TD>');
document.write('  <P ALIGN=RIGHT></P>');
document.write('  </TD>');
document.write('<TD COLSPAN=2>');
document.write('  <P class="BodySmall LinkOff"><A HREF="/history">History</A></P>');
document.write('  </TD>');
document.write('</TR>');

// * * * * * * * * * * * * * * * * * * *
// Heading
// COMMUNITY
// * * * * * * * * * * * * * * * * * * *
document.write('<TR>');
document.write('<TD ALIGN=RIGHT WIDTH=6>');
document.write('  <P ALIGN=RIGHT><IMG HEIGHT=15 WIDTH=6 SRC="http://www.focuscommunities.com/images/corner-top-left.gif" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></TD>');
document.write('<TD HEIGHT=15 width=108 BGCOLOR="#677CAB">');
document.write('  <P class="BodySmall White">COMMUNITY</P>');
document.write('  </TD>');
document.write('<TD ALIGN=LEFT WIDTH=6>');
document.write('  <P><IMG HEIGHT=15 WIDTH=6 SRC="http://www.focuscommunities.com/images/corner-top-right.gif" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></TD>');
document.write('</TR>');
//
// Businesses
//
document.write('<TR>');
document.write('<TD>');
document.write('  <P ALIGN=RIGHT></P>');
document.write('  </TD>');
document.write('<TD COLSPAN=2>');
document.write('  <P class="BodySmall LinkOff"><A HREF="/businesses">Businesses</A></P>');
document.write('  </TD>');
document.write('</TR>');
//
// City Web Site
//
document.write('<TR>');
document.write('<TD>');
document.write('  <P ALIGN=RIGHT></P>');
document.write('  </TD>');
document.write('<TD COLSPAN=2>');
document.write('  <P class="BodySmall LinkOff"><A HREF="http://www.cityoftaylor.com/" TARGET="_blank">City Web Site</A></P>');
document.write('  </TD>');
document.write('</TR>');
//
// Faces & Places
//
document.write('<TR>');
document.write('<TD>');
document.write('  <P ALIGN=RIGHT></P>');
document.write('  </TD>');
document.write('<TD COLSPAN=2>');
document.write('  <P class="BodySmall LinkOff"><A HREF="/faces_places">Faces &amp; Places</A></P>');
document.write('  </TD>');
document.write('</TR>');
//
// Parks
//
document.write('<TR>');
document.write('<TD>');
document.write('  <P ALIGN=RIGHT></P>');
document.write('  </TD>');
document.write('<TD COLSPAN=2>');
document.write('  <P class="BodySmall LinkOff"><A HREF="/parks">Parks</A></P>');
document.write('  </TD>');
document.write('</TR>');
//
// Sports
//
document.write('<TR>');
document.write('<TD>');
document.write('  <P ALIGN=RIGHT></P>');
document.write('  </TD>');
document.write('<TD COLSPAN=2>');
document.write('  <P class="BodySmall LinkOff"><A HREF="/sports">Sports</A></P>');
document.write('  </TD>');
document.write('</TR>');
// * * * * * * * * * * * * * * * * * * *
// Heading
// CONNECT
// * * * * * * * * * * * * * * * * * * *
document.write('<TR>');
document.write('<TD ALIGN=RIGHT WIDTH=6>');
document.write('  <P ALIGN=RIGHT><IMG HEIGHT=15 WIDTH=6 SRC="http://www.focuscommunities.com/images/corner-top-left.gif" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></TD>');
document.write('<TD HEIGHT=15 width=108 BGCOLOR="#677CAB">');
document.write('  <P class="BodySmall White">CONNECT</P>');
document.write('  </TD>');
document.write('<TD ALIGN=LEFT WIDTH=6>');
document.write('  <P><IMG HEIGHT=15 WIDTH=6 SRC="http://www.focuscommunities.com/images/corner-top-right.gif" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></TD>');
document.write('</TR>');

//
// Register
//
document.write('<TR>');
document.write('<TD>');
document.write('  <P ALIGN=RIGHT></P>');
document.write('  </TD>');
document.write('<TD COLSPAN=2>');
document.write('  <P><span class="BodySmall LinkOff"><A HREF="/forum/profile.php?mode=register">Register</A></span></P>');
document.write('  </TD>');
document.write('</TR>');
//
// Garage Sales
//
document.write('<TR>');
document.write('<TD>');
document.write('  <P ALIGN=RIGHT></P>');
document.write('  </TD>');
document.write('<TD COLSPAN=2>');
document.write('  <P class="BodySmall LinkOff"><A HREF="http://www.focustaylor.com/forum/viewforum.php?f=9">Garage Sales</A></P>');
document.write('  </TD>');
document.write('</TR>');
//
// Jobs
//
document.write('<TR>');
document.write('<TD>');
document.write('  <P ALIGN=RIGHT></P>');
document.write('  </TD>');
document.write('<TD COLSPAN=2>');
document.write('  <P class="BodySmall LinkOff"><A HREF="/jobs">Jobs</A></P>');
document.write('  </TD>');
document.write('</TR>');
//
// Sell4FREE
//
document.write('<TR>');
document.write('<TD>');
document.write('  <P ALIGN=RIGHT></P>');
document.write('  </TD>');
document.write('<TD COLSPAN=2>');
document.write('  <P class="BodySmall LinkOff"><A HREF="/classifieds">Sell4FREE</A></P>');
document.write('  </TD>');
document.write('</TR>');
// * * * * * * * * * * * * * * * * * * *
//
// Heading
// Organizations
//
// * * * * * * * * * * * * * * * * * * *
document.write('<TR>');
document.write('<TD ALIGN=RIGHT WIDTH=6>');
document.write('  <P ALIGN=RIGHT><IMG HEIGHT=15 WIDTH=6 SRC="http://www.focuscommunities.com/images/corner-top-left.gif" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></TD>');
document.write('<TD HEIGHT=15 width=108 BGCOLOR="#677CAB">');
document.write('  <P class="BodySmall White">ORGANIZATIONS</P>');
document.write('  </TD>');
document.write('<TD ALIGN=LEFT WIDTH=6>');
document.write('  <P><IMG HEIGHT=15 WIDTH=6 SRC="http://www.focuscommunities.com/images/corner-top-right.gif" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></TD>');
document.write('</TR>');
//
// Churches
//
document.write('<TR>');
document.write('<TD>');
document.write('  <P ALIGN=RIGHT></P>');
document.write('  </TD>');
document.write('<TD COLSPAN=2>');
document.write('  <P class="BodySmall LinkOff"><A HREF="/churches">Churches</A></P>');
document.write('  </TD>');
document.write('</TR>');
//
// Schools
//
document.write('<TR>');
document.write('<TD>');
document.write('  <P ALIGN=RIGHT></P>');
document.write('  </TD>');
document.write('<TD COLSPAN=2>');
document.write('  <P class="BodySmall LinkOff"><A HREF="/schools">Schools</A></P>');
document.write('  </TD>');
document.write('</TR>');
//
// All Others
//
document.write('<TR>');
document.write('<TD>');
document.write('  <P ALIGN=RIGHT></P>');
document.write('  </TD>');
document.write('<TD COLSPAN=2>');
document.write('  <P class="BodySmall LinkOff"><A HREF="/organizations">All Others</A></P>');
document.write('  </TD>');
document.write('</TR>');

document.write('</TABLE>');
}
