var quotes = new Array();

quotes[0] = "&quot;The  church says the earth is flat.  But I know that it is round.  For I have seen the shadow on the moon, and I have more faith in a shadow than in the church.&quot;  --Ferdinand Magellan";
quotes[1] = "&quot;Be like water, my friend.&quot; -- Bruce Lee";
quotes[2] = "Question everything.";
quotes[3] = "Without gorilla, can there be hope for man?";
quotes[4] = "Elder Gods, Shmelder Gods.  Who believes that crap anyway?  Hastur, Hastur, Hastur.  See, nothing happ-";
quotes[5] = "How many conservative Oberlin students does it take to screw in a lightbulb?  One, provided we let him out of his cage.";
quotes[6] = "&quot;What fun is being 'cool' if you can't wear a sombrero?&quot; --Hobbes";
quotes[7] = "Make it idiot-proof, and someone will make a better idiot.";
quotes[8] = "<code>rm -rf /bin/laden</code>";
quotes[9] = "Somewhere in Texas, there's a village missing an idiot.";
quotes[10] = "Nuke a godless communist gay baby seal for Christ.";
quotes[11] = "The media are only as liberal as the conservative businesses that own them.";
quotes[12] = "Vote Republican. It's easier than thinking.";
quotes[13] = "Free the endorphins!"
quotes[14] = "Anyone who claims God is on their side is dangerous as hell.";
quotes[15] = "God, protect me from your followers.";
quotes[16] = "&quot;Growth for the sake of growth is the ideology of the cancer cell.&quot; --Edward Abbey";
quotes[17] = "&quot;Common sense needs constant reappraisal.&quot; --Albert Einstein";
quotes[18] = "The Christian Right is neither.";
quotes[19] = "Copywight 1994 Elmer Fudd. All wights wesewved.";
quotes[20] = "All your base are belong to us.";
quotes[21] = "&quot;When authorities warn you of the sinfulness of sex, there is an important lesson to be learned. Do not have sex with the authorities.&quot; -- Matt Groening";
quotes[22] = "1859: Charles Darwin publishes On the Origin of Species.  Fundamentalists go ape.";
quotes[23] = "&quot;My fellow Americans. I've signed legislation that will outlaw Russia forever. We begin bombing in five minutes.&quot; --President Reagan, before a scheduled radio broadcast, unaware that the microphone was already on.";
quotes[24] = "Ninja Dating Tip #6: When you ask him &quot;Is that a sword or are you just happy to see me,&quot; it's a sword.";
quotes[25] = "&quot;I saw a woman wearing a sweatshirt with 'Guess' on it. I said, 'Thyroid problem?'&quot; -- Arnold Schwarzenegger";
quotes[26] = "&quot;It's just a job. Grass grows, birds fly, waves pound the sand. I beat people up.&quot -- Muhammad Ali";
quotes[27] = "&quot;And I think you will find, when your death takes it's toll... all the money you made will never buy back your soul.&quot; --Bob Dylan, <i>Masters of War</i>";
quotes[28] = "Cthulhu in 2004! Why settle for the lesser evil?";
quotes[29] = "&quot;No, Sam.  That's a crowbar.  Let's pummel somebody!&quot; --Sam & Max Hit The Road";
quotes[30] = "Percentage of American adults who say they could not &quot;survive&quot; without a television set: 19 <br>--Harper's Index, December 1995";
quotes[31] = "Support bacteria. It's the only culture some people have.";
quotes[32] = "Just follow the instructions and sacrifice a goat.  All will be well.";
quotes[33] = "Itchy. Tasty.";
quotes[34] = "&quot;There is a fine line between `hobby' and `mental illness'.&quot; --Dave Barry";
quotes[35] = "Even Jesus hates Creed.";
quotes[36] = "&quot;Love is the answer, but while you're waiting, sex raises some pretty good questions.&quot; --Woody Allen";
quotes[37] = "&quot;I think that Moore's Law doesn't cover neuroscience.&quot; -- to Jacob";
quotes[38] = "Hand me my lightsaber.  It's the one that says 'bad motherfucker'.";
quotes[39] = "&quot;There are three kinds of lies: lies, damn lies, and statistics.&quot; -- Mark Twain";
quotes[40] = "What's the difference between an Oberlin graduate and a large pizza?  A large pizza can feed a family of four.";
quotes[41] = "&quot;Big strong people do not need martial arts.&quot; --Ikeda Sensei";
quotes[42] = "My other machine is your Linux box.";
quotes[43] = "There's always room for Z-O-M-B-I-E.";

document.writeln(quotes[(Math.floor(Math.random() * quotes.length))]);