var quotes=new Array()//change the quotes if desired. Add/ delete additional quotes as desired.quotes[0]='<font face=Verdana size=2>Need Primary Sources?  There are opportunities for doing original research in the Archives & Special Collections devoted to <a href="http://library.fandm.edu/archives/spcoll/subguide.html#Women">Womens Studies</a>.</font>'quotes[1]='<font face=Verdana size=2>Need Primary Sources?  There are opportunities for doing original research in the Archives & Special Collections devoted to <a href="http://library.fandm.edu/archives/spcoll/subguide.html#Military">Military History</a>.</font>'quotes[2]='<font face=Verdana size=2>Need Primary Sources?  There are opportunities for doing original research in the Archives & Special Collections devoted to <a href="http://library.fandm.edu/archives/spcoll/subguide.html#LitPapers">Literary Papers</a>.</font>'quotes[3]='<font face=Verdana size=2>Need Primary Sources?  There are opportunities for doing original research in the Archives & Special Collections devoted to <a href="http://library.fandm.edu/archives/spcoll/subguide.html#Lanchistory">Lancaster History</a>.</font>'quotes[4]='<font face=Verdana size=2>Need Primary Sources?  There are opportunities for doing original research in the Archives & Special Collections devoted to <a href="http://library.fandm.edu/archives/spcoll/subguide.html#PaGerFolk">Pennsylvania German Folklife</a>.</font>'quotes[5]='<font face=Verdana size=2>Need Primary Sources?  There are opportunities for doing original research in the Archives & Special Collections devoted to <a href="http://library.fandm.edu/archives/spcoll/subguide.html#Film">Theatre, Television, and Film</a>.</font>'quotes[6]='<font face=Verdana size=2>Did You Know?  You can become a Friend of the Library and enjoy borrowing privileges, twice-yearly lectures, and library exhibitions.  Learn more about becoming a <a href="http://library.fandm.edu/friends.html">Friend of the Library</a>.</font>'quotes[7]='<font face=Verdana size=2>Did You Know?  The library maintains an ever growing number of digital collections.  Learn more at our <a href="http://library.fandm.edu/archives/digital.html">Digital Collections</a> page.</font>'quotes[8]='<font face=Verdana size=2>Did You Know?  The library maintains numerous rare book collections.  Learn more at our <a href="http://library.fandm.edu/archives/spcoll/rarebooks.html">Rare Books</a> page.</font>'quotes[9]='<font face=Verdana size=2>Need Primary Sources?  There are opportunities for doing original research in the Archives & Special Collections devoted to <a href="http://library.fandm.edu/archives/spcoll/subguide.html#Artbook">Book Arts</a>.</font>'quotes[10]='<font face=Verdana size=2>Need Primary Sources?  There are opportunities for doing original research in the Archives & Special Collections devoted to <a href="http://library.fandm.edu/archives/spcoll/subguide.html#StuLife">F&M College History</a>.</font>'var whichquote=Math.floor(Math.random()*(quotes.length))document.write(quotes[whichquote])