var quotes=new Array()

//change the links if desired. Add/ delete additional links as desired.

quotes[0]='<img border="0" src="img/bullet.gif" width="8" height="8"> <a href="http://www.mydjconnection.com/fredericktown/" target="_new">Democrat News</a>'

quotes[1]='<img border="0" src="img/bullet.gif" width="8" height="8"> <a href="http://www.blackriverelectric.com/" target="_new">Black River Electric</a>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])


