document.write('	<table border="0" cellpadding="0" cellspacing="0" class="Text">');

document.write('		<tr>');
document.write('			<td class="menuHeader">Welcome</td>');
document.write('		</tr>');

document.write('		<tr>');
document.write('			<td style="background-image: url(images/grey_hor_dot.gif)"><IMG src="images/shim.gif" width="120" height="1" border="0" alt=""></td>');
document.write('		</tr>');

document.write('		<tr>');
document.write('			<td style="padding-bottom:18px;"><IMG src="images/shim.gif" width="1" height="2" border="0" alt=""></td>');
document.write('		</tr>');

document.write('		<tr>');
document.write('			<td style="padding-top:2px;padding-bottom:2px;"><a href="index.html">Home</a></td>');
document.write('		</tr>');

document.write('		<tr>');
document.write('			<td style="padding-top:2px;padding-bottom:2px;"><a href="Announcements.html">Announcements</a></td>');
document.write('		</tr>');

document.write('		<tr>');
document.write('			<td style="padding-top:2px;padding-bottom:2px;"><a href="Latest.html">Latest</a></td>');
document.write('		</tr>');

document.write('		<tr>');
document.write('			<td style="padding-top:2px;padding-bottom:2px;"><a href="Archives.html" >Archives</a></td>');
document.write('		</tr>');

document.write('		<tr>');
document.write('			<td style="padding-top:2px;padding-bottom:2px;"><a href="AboutUs.html" >About Us</a></td>');
document.write('		</tr>');

document.write('	</table>');