var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<font face=arial size=2 color=black><b>Stay updated</b><br><br>Meetings every Thursday<br>at 11:00 a.m.<br>Suite G37 Carter Hall,<br> multi-cultural center.'


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])