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://fredericktown.k12.mo.us/" target="_new">Fredericktown Public Schools</a>'

quotes[1]='<img border="0" src="img/bullet.gif" width="8" height="8"> <a href="http://www.giffordlumber.com/" target="_new">Gifford Lumber Company</a>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])


