//RANDOM QUOTE SCRIPT
var a = Math.random() + ""
var rand1 = a.charAt(5)
quotes = new Array
quotes[1] = "&#34;What's up, Doc?&#34;, Tex Avery (Bugs Bunny)"
quotes[2] = "&#34;Don't worry about the world coming to an end today. It's already tomorrow in Australia.&#34;, Charles M. Schulz"
quotes[3] = "&#34;Oh, loneliness and cheeseburgers are a dangerous mix.&#34;, Comic Book Guy"
quotes[4] = "&#34;So little time and so little to do.&#34;, Oscar Levant"
quotes[5] = "&#34;Never eat more than you can lift.&#34;, Miss Piggy"
quotes[6] = "&#34;Crime does not pay ... as well as politics.&#34;, Alfred E. Newman"
quotes[7] = "&#34;What I look forward to is continued immaturity followed by death.&#34;, Dave Barry"
quotes[8] = "&#34;Art is making something out of nothing and selling it.&#34;, Frank Zappa"
quotes[9] = "&#34;It's kind of fun to do the impossible.&#34;, Walt Disney"
quotes[0] = "&#34;Now is the time for all good men to come to.&#34;, Walt Kelly"
var quote = quotes[rand1]
