//RANDOM QUOTE SCRIPT
var a = Math.random() + ""
var rand1 = a.charAt(5)
quotes = new Array
quotes[1] = "&#34;All science is either physics or stamp collecting.&#34;, E. Rutherford"
quotes[2] = "&#34;To be a book-collector is to combine the worst characteristics of a dope fiend with those of a miser.&#34;, Robertson Davies"
quotes[3] = "&#34;What we become depends on what we read after all of the professors have finished with us. The greatest university of all is a collection of books.&#34;, Thomas Carlyle"
quotes[4] = "&#34;A little and a little, collected together, become a great deal; the heap in the barn consists of single grains, and drop and drop makes an inundation.&#34;, Saadi"
quotes[5] = "&#34;I was one of Them: the Strange Ones. The Funny People. The Odd Tribes of autograph collectors and photographers. The Ones who waited through long days and nights, who used other people's dreams for their lives.&#34;, Ray Bradbury"
quotes[6] = "&#34;About the time we think we can make ends meet, somebody moves the ends.&#34;, Herbert Hoover"
quotes[7] = "&#34;There are many methods for predicting the future. For example, you can read horoscopes, tea leaves, tarot cards, or crystal balls. Collectively, these methods are known as nutty methods. Or you can put well-researched facts into sophisticated computer models, more commonly referred to as a complete waste of time.&#34;, Scott Adams"
quotes[8] = "&#34;Common sense is the collection of prejudices acquired by age eighteen.&#34;, Albert Einstein"
quotes[9] = "&#34;To be a book-collector is to combine the worst characteristics of a dope fiend with those of a miser.&#34;, Robertson Davies"
quotes[0] = "&#34;What is all wisdom save a collection of platitudes? But the man who orders his life according to their teachings cannot go far wrong.&#34;, Norman Douglas"
var quote = quotes[rand1]
