
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<a href="http://highway58.net/oakridgedq/index.html" target="_blank"><img src="http://highway58.net/banners/a-w_banner.gif" width="159" height="298" border="0"></a> '

quotes[1]='<a href="http://www.deerwoodrvpark.com/" target="_blank"><img src="http://highway58.net/banners/banner_deerwood.gif" width="159" height="298" border="0"></a>'

quotes[2]='<a href="http://highway58.net/bigmountain/index.html" target="_blank"><img src="http://highway58.net/banners/big_mountain.gif" width="159" height="298" border="0"></a>'

quotes[3]='<a href="http://www.highway58.net/crescentcreekcottages/" target="_blank"><img src="http://highway58.net/banners/crescentcreek_ad_banner.gif" width="159" height="298" border="0"></a>'

quotes[4]='<img src="http://highway58.net/banners/dp_espresso.jpg" width="159" height="298">'

quotes[5]='<a href="http://highway58.net/gatehouse/index.html" target="_blank"><img src="http://highway58.net/banners/gatehouse.gif" width="159" height="298" border="0"></a>'

quotes[6]='<a href="http://highway58.net/glenwoodauto/index.html" target="_blank"><img src="http://highway58.net/banners/glenwood_ban_ad.gif" width="159" height="298" border="0"></a>'

quotes[7]='<http://highway58.net/banners/dp_espresso.jpg" width="159" height="298">'

quotes[8]='<a href="http://highway58.net/oakridgedq/index.html" target="_blank"><img src="http://highway58.net/banners/oakridge_dq.gif" width="159" height="298" border="0"></a>'

quotes[9]='<a href="http://highway58.net/oakridgetirecenter/index.html" target="_blank"><img src="http://highway58.net/banners/lesschwab.gif" width="159" height="298" border="0"></a>'

quotes[10]='<a href="http://highway58.net/pleasanthillbarber/index.html"><img src="http://highway58.net/banners/phillbarber_ad_banner.gif" width="159" height="298" border="0"></a>'

quotes[11]='<img src="http://highway58.net/banners/locomocha.gif" width="159" height="298">'

quotes[12]='<a href="http://www.highway58.net/manningscafe/index.html" target="_blank"><img src="http://highway58.net/banners/mannings_banner_ad.gif" width="159" height="298" border="0"></a>'

quotes[13]='<a href="http://highway58.net/mcgillicuddys/index.html"><img src="http://highway58.net/banners/mcgillicudys_ad_banner.gif" width="159" height="298" border="0"></a>'

quotes[14]='<a href="http://highway58.net/oakridgedq/index.html" target="_blank"><img src="http://highway58.net/banners/oakridge_dq.gif" width="159" height="298" border="0"></a>'

quotes[15]='<a href="http://www.highway58.net/oakridgeinteriors/index.html" target="_blank"><img src="http://highway58.net/banners/oakridgeinter_banner.gif" width="159" height="298" border="0"></a>'

quotes[16]='<a href="http://highway58.net/pleasanthillbarber/index.html"><img src="http://highway58.net/banners/phillbarber_ad_banner.gif" width="159" height="298" border="0"></a>'

quotes[17]='<img src="http://highway58.net/banners/philldq_banner.gif" width="159" height="298">'

quotes[18]='<img src="http://highway58.net/banners/wwhearing_banner.gif" width="159" height="298">'



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