var quotes=new Array()

quotes[0]='\
<!-- BottomMenu Table -->\
<table width=\"922\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" background=\"index_files/shadowbg.png\">\
	<tr>\
		<td>\
			<table align=\"center\" bgcolor=\"#0038b1\" style=\"height: 71px; width: 916px;\">\
				<tr>\
					<td align=\"center\" class=\"bmenu\"><b>Intentional Discipleship &copy; <script type="text/javascript">document.write(new Date().getFullYear());</script></b><br>544 Queen Street, Honolulu, HI 96813<br>Phone: 808.528.4044 &nbsp; </td>\
				</tr>\
			</table>\
		</td>\
	</tr>\
</table>\
</body>\
</html>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(
quotes[whichquote])

