
var quotes=new Array()

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

quotes[0]='<br><img src="images/sub_page_leadin_quoteup.gif" width="190" height="30"><br><span class="homeleadin">If you have knowledge, let others light their candles in it.<br></span><img src="images/sub_page_leadin_quotedown.gif" width="190" height="30"><br><span class="homeleadin">-Margaret Fuller, Author<br></span>'

quotes[1]='<br><img src="images/sub_page_leadin_quoteup.gif" width="190" height="30"><br><span class="homeleadin">A fact in itself is nothing. It is valuable only for the idea attached to it, or for the proof which it furnishes.<br></span><img src="images/sub_page_leadin_quotedown.gif" width="190" height="30"><br><span class="homeleadin">-Claude Bernard<br></span>'

quotes[2]='<br><img src="images/sub_page_leadin_quoteup.gif" width="190" height="30"><br><span class="homeleadin">I no longer worry about being a brilliant conversationalist. I simply try to be a good listener. I notice that people who do that are usually welcome wherever they go.<br></span><img src="images/sub_page_leadin_quotedown.gif" width="190" height="30"><br><span class="homeleadin">-Frank Bettger<br></span>'


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