var quotes=new Array()

quotes[0]='\
<!-- BottomMenu Table -->\
<table width=\"922\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" background=\"img/shadowbg.png\">\
	<tr>\
		<td>\
			<table align=\"center\" bgcolor=\"#21262c\" style=\"height: 71px; width: 916px;\">\
				<tr>\
					<td align=\"center\" class=\"bmenu\"><b>Advanced Dealer Systems &copy; <script type="text/javascript">document.write(new Date().getFullYear());</script></b><br>230 Spring Hills Dr., Suite 305, Spring, TX 77386<br>Phone: 281.419.1422 &nbsp; | &nbsp; Fax: 281.419.1518<br><a href="sitemap.html">Sitemap</a></td>\
				</tr>\
			</table>\
		</td>\
	</tr>\
</table>\
</body>\
</html>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(
quotes[whichquote])
