
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<font color="#666666" style="font-size: 11px"><b>May 16 Collection Events</b><p></p>&nbsp;&nbsp;&nbsp;&nbsp;Crest Hill, IL</br>&nbsp;&nbsp;&nbsp;&nbsp;Keene, NH</br>&nbsp;&nbsp;&nbsp;&nbsp;Indian Wells, CA</br></font><p align="right"><font color="#666666" style="font-size: 10px"><a href="../collectionevents.aspx"><font color="#666666">More Events</font></a>&nbsp;&nbsp;&nbsp;</font></p>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
