
document.write("<table BORDER='0' style='color: #999933; font-size: 11px; '>");

//   JULY 2010
document.write("	<tr>");
document.write("		<td colspan='2'>");
document.write("		<font face='Arial, Helvetica, sans-serif' color='black' size='2'>");
document.write("		<b><br>July 2010</b>");
document.write("		</font>");
document.write("		</td>");
document.write("	</tr>");
document.write("		<td colspan='2'>");
document.write("		<i style='color: black;'>Week-Long Observances:</i>");
document.write("		</td>");
document.write("	</tr>");
document.write("	<tr valign='top'>");
document.write("		<td>");
document.write("		12-18");
document.write("		</td>");
document.write("		<td>");
document.write("		National Youth Sports Week");
document.write("		</td>");
document.write("	</tr>");
document.write("	<tr valign='top'>");
document.write("		<td>");
document.write("		22-25");
document.write("		</td>");
document.write("		<td>");
document.write("		Phelan-McDermid Syndrome Week");
document.write("		</td>");
document.write("	</tr>");

document.write("	<tr>");
document.write("		<td colspan='2'>");
document.write("		<i style='color: black;'>Month-long Observances:</i>");
document.write("		</td>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td colspan='2'>");
document.write("		Hemochromatosis Awareness Month <br />");
document.write("		</td>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td colspan='2'>");
document.write("		Juvenile Arthritis Awareness Month <br />");
document.write("		</td>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td colspan='2'>");
document.write("		UV Safety Month <br />");
document.write("		</td>");
document.write("	</tr>");

//   August 2010
document.write("	<tr>");
document.write("		<td colspan='2'>");
document.write("		<font face='Arial, Helvetica, sans-serif' color='black' size='2'>");
document.write("		<b><br>August 2010</b>");
document.write("		</font>");
document.write("		</td>");
document.write("	</tr>");
document.write("		<td colspan='2'>");
document.write("		<i style='color: black;'>Week-Long Observances:</i>");
document.write("		</td>");
document.write("	</tr>");
document.write("	<tr valign='top'>");
document.write("		<td>");
document.write("		8-14");
document.write("		</td>");
document.write("		<td>");
document.write("		National Health Center Week");
document.write("		</td>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td colspan='2'>");
document.write("		<i style='color: black;'>Month-long Observances:</i>");
document.write("		</td>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td colspan='2'>");
document.write("		National Immunization Awareness Month <br />");
document.write("		</td>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td colspan='2'>");
document.write("		Children's Eye Health and Safety Month <br />");
document.write("		</td>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td colspan='2'>");
document.write("		Cataract Awareness Month<br />");
document.write("		</td>");
document.write("	</tr>");




document.write("</table>");