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>210 Spring Hills Dr., Suite 130, Spring, TX 77386<br>Phone: 281.419.1422 &nbsp; | &nbsp; Fax: 281.419.1518<br><a href="index.html">Auto Marketing</a> | <a href="semseo.html">SEM/SEO</a> | <a href="website.html">Dealer Websites</a> | <a href="microsites.html">Microsites</a> | <a href="followup.html">Lead Follow up</a> | <a href="consulting.html">Consulting Services</a><br><a href="leads.html">Lead Generation</a> | <a href="vns.html">VNS Plugin</a> | <a href="vnp.html">Virtual Newspaper</a> | <a href="sitemap.html">Sitemap</a> | <a href="contactus.html">Contact Us</a></td>\
				</tr>\
			</table>\
		</td>\
	</tr>\
</table>\
</body>\
</html>'

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

