document.write("	<tr>")
	document.write("	<td>")
		document.write("	<table border='0' cellpadding='0' cellspacing='0' width='100%' height='30'>")
			document.write("<tr>")
				document.write("<td align='center' valign='top'>")
				document.write("<a href='about_us.html'>About Us</a>")
				document.write(" &#149; <a href='services.html'>Services</a>")
				document.write(" &#149; <a href='links.html'>Links</a>")
				document.write(" &#149; <a href='west_nile.html'>West Nile</a>")
				document.write(" &#149; <a href='order_center.html'>Order Center</a>")
				document.write(" &#149; <a href='customer_service.html'>Customer Service</a>")
				document.write(" &#149; <a href='contact_us.html'>Contact Us</a>")
				document.write(" &#149; <a href='/'>Home</a>")
				document.write("</td>")
			document.write("</tr>")
			document.write("<tr>")
				document.write("<td align='center'><font face='arial' size='1'>")
				document.write("&#169;2003 Hennessy Research.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
				document.write("<a href='privacy.html'>Privacy Policy</a></font>")
				document.write("</td>")
			document.write("</tr>")
		document.write("</table>")
	document.write("</td>")
document.write("</tr>")
