// JavaScript Document
document.writeln('<TABLE style="background-color: #ffffa8"; font-family: Gill Sans MT; width: 100%" cellSpacing=0 cellPadding=0 border=0 vspace="0" hspace="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 style="width: 21%; background-color: #ffffa8" rowSpan=3>');
document.writeln('		<IMG alt="picture of mosquito" height=80 src="Images/mosquito.gif" ');
document.writeln('      		width=110 border=0></TD>');
document.writeln('    <TD style="font-size: 14pt; font-weight: bold; text-align: center; width: 79%; background-color: #ffffa8" colSpan=2>');
document.writeln('      TURLOCK MOSQUITO ');
document.writeln('      ABATEMENT DISTRICT');
document.writeln('	</TD>');
document.writeln('	</TR>');
document.writeln('  <TR>');
document.writeln('    <TD style="color: #ffffff; font-size: 9pt; text-align: right; width: 79%; background-color: #006231" colSpan=2 >');
document.writeln('      4412 N. Washington Road &nbsp;</TD></TR>');
document.writeln('  <TR>');
document.writeln('    <TD style="color: #ffffff; font-size: 9pt; text-align: left; width: 40%; background-color: #006231">');
document.writeln('     &nbsp; (209) 634-1234</TD>');
document.writeln('    <TD style="color: #ffffff; width: 39%; background-color: #006231; font-size: 9pt; text-align: right">');
document.writeln('      Turlock, California 95380 &nbsp;');
document.writeln('	 </TD>');
document.writeln('	 </TR>');
document.writeln('	 </TBODY></TABLE>');