// JavaScript Document
document.writeln('<div align="left">');
document.writeln('<table style="background-color: #ffffa8; width: 100%;" cellpadding="0" cellspacing="0" >');
document.writeln('<tbody>');
// the following line is a space holder to prevent sidebar collaspe
document.writeln('<tr><td><font color=#FFFFAD>thisareaisservingasaspaceholder</font></td></tr>'); 
document.writeln('  <TR>');
document.writeln('    <TD valign="top" style="line-height: 150%; width: 100%; background-color: #ffffa8">');
document.writeln('	&nbsp; <a href="Index.htm">Home');
document.writeln('    </a>');
document.writeln('    </TD>');
document.writeln('  </TR>');
document.writeln('  <TR>');
document.writeln('    <TD style="line-height: 150%; width: 100%; background-color: #ffffa8">');
document.writeln('	&nbsp; <a href="AboutUs.htm">About Us');
document.writeln('    </a>');
document.writeln('    </TD>');
document.writeln('  </TR>');
document.writeln('	<TR>');
document.writeln('    <TD style="line-height: 150%; width: 100%; background-color: #ffffa8">');
document.writeln('	&nbsp; <a href="OperationsSchedules.htm">Operations & Schedules');
document.writeln('    </a>');
document.writeln('    </TD>');
document.writeln('  </TR>');
document.writeln('	<TR>');
document.writeln('    <TD style="line-height: 150%; width: 100%; background-color: #ffffa8">');
document.writeln('	&nbsp; <a href="AgendaMinutes.htm">Agendas & Minutes');
document.writeln('    </a>');
document.writeln('    </TD>');
document.writeln('  </TR>');
document.writeln('  <TR>');
document.writeln('    <TD style="line-height: 150%; width: 100%; background-color: #ffffa8">');
document.writeln('	&nbsp; <a href="Services.htm">Services');
document.writeln('    </a>');
document.writeln('    </TD>');
document.writeln('  </TR>');
document.writeln('  <TR>');
document.writeln('    <TD style="line-height: 150%; width: 100%; background-color: #ffffa8">');
document.writeln('	&nbsp; <a href="WestNileVirus.htm">West Nile Virus');
document.writeln('    </a>');
document.writeln('    </TD>');
document.writeln('  </TR>');
document.writeln('  <TR>');
document.writeln('    <TD style="line-height: 150%; width: 100%; background-color: #ffffa8">');
document.writeln('	&nbsp; <a href="FactSheets.htm">Fact Sheets');
document.writeln('    </a>');
document.writeln('    </TD>');
document.writeln('  </TR>');
document.writeln('  <TR>');
document.writeln('    <TD style="line-height: 150%; width: 100%; background-color: #ffffa8">');
document.writeln('	&nbsp; <a href="FAQs.htm">FAQ\'S');
document.writeln('    </a>');
document.writeln('    </TD>');
document.writeln('  </TR>');
document.writeln('  <TR>');
document.writeln('    <TD style="line-height: 150%; width: 100%; background-color: #ffffa8">');
document.writeln('	&nbsp; <a href="Forms.htm">Need Service?');
document.writeln('    </a>');
document.writeln('    </TD>');
document.writeln('  </TR>');
document.writeln('  <TR>');
document.writeln('    <TD style="line-height: 150%; width: 100%; background-color: #ffffa8">');
document.writeln('	&nbsp; <a href="AllAboutMosquitoes.htm">All About Mosquitoes');
document.writeln('    </a>');
document.writeln('    </TD>');
document.writeln('  </TR>');
document.writeln('  <TR>');
document.writeln('    <TD style="line-height: 150%; width: 100%; background-color: #ffffa8">');
document.writeln('	&nbsp; <a href="PublicNotices.htm">Public Notices');
document.writeln('    </a>');
document.writeln('    </TD>');
document.writeln('  </TR>');
document.writeln('  <TR>');
document.writeln('    <TD style="line-height: 150%; width: 100%; background-color: #ffffa8">');
document.writeln('	&nbsp; <a href="OtherResources.htm">Other Resources');
document.writeln('    </a>');
document.writeln('    </TD>');
document.writeln('  </TR>');
document.writeln('  <TR>');
document.writeln('    <TD style="line-height: 150%; width: 100%; background-color: #ffffa8">&nbsp;');
document.writeln('	</TD>');
document.writeln(' </TR>');
document.writeln(' </TBODY></TABLE>');
document.writeln('</DIV>');