function WriteFooter() {
	var strOutput = "";
		strOutput ="<tr>"
			+ " 	<td>"
			+ " 		<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\">"
			+ " 			<tr>"
			+ " 				<td><img src=\"images/leftBottomHand.gif\"></td>"
			+ " 				<td>&nbsp; <a href=\"contactUs.html\">Contact Us</a> | </td>"
			+ " 				<td>&nbsp; <a href=\"index.html\">Danbred</a> &nbsp; </td>"
			+ " 				<td><img src=\"images/rightBottomHand.gif\"></td>"
			+ " 			</tr>"
			+ " 		</table>"
			+ " 	</td>"
			+ " </tr>"
	document.write(strOutput);
}			