<!-- Begin
var q = new Array();
q[0] = "History records the names of royal bastards but cannot tell us the origin of wheat.  <br /> - Jean Henri Fabre <br />";
q[1] = "Any honest Christian or Jew must admit that, had he been born half a world away, he'd be an honest Hindu or Buddhist. <br /> - H. Allen Orr <br />";
q[2] = "When faced with the choice between two evils, I choose the one I haven't tried before.  <br />    - Mae West";
q[3] = "Democracy:  The bludgeoning of the people, by the people, for the people.  <br /> - Oscar Wilde <br />";
q[4] = "Men are born ignorant, not stupid; they are made stupid by education.  <br /> - Bertrand Russell <br />";
q[5] = "Speak your mind, even if your voice shakes.  <br /> - Maggie Kuhn <br />";
q[6] = "There is no memory with less satisfaction in it than the memory of some temptation that we resisted.  <br /> - James Branch Cabell <br />";
q[7] = "The stoical scheme of supplying our wants by lopping off our desires is like cutting off our feet when we want shoes.  <br /> - Jonathan Swift <br />";
q[8] = "By annihilating the desires, you annihilate the mind.  Every man without passions has within him no principle of action, nor motive to act.  <br /> - Claud-Adrian Helvetius <br />";
q[9] = "The two most common elements in the universe are hydrogen and stupidity. <br /> - Harlan Ellison <br />";
q[10] = "The very purpose of existence is to reconcile the glowing opinion we hold of ourselves with the appalling things that other people think about us.  <br /> - Quentin Crisp <br />";
q[11] = "It is still fashionable to believe that how you organize yourself religiously in this life may matter for eternity.  <br /> - Sam Harris<br />";
q[12] = "The government of the United States is not, in any sense, founded on the Christian religion.  <br /> - Treaty of Tripoli, Article 11, adopted June 7, 1797";
q[13] = "Censorship reflects a society's lack of confidence in itself. <br /> - Justice Potter Stewart, dissenting, Ginzberg v. United States, 383 U.S. 463 (1966) <br />";
q[14] = "Every normal man must be tempted at times to spit upon his hands, hoist the black flag, and begin slitting throats.  <br/> - H.L. Mencken";
q[15] = "He that would make his own liberty secure must guard even his enemy from oppression. <br/> - Thomas Paine <br/>";
q[16] = "The hottest places in hell are reserved for those who in a period of moral crisis maintain their neutrality. <br/> - Dante <br/>";
q[17] = "It has been my experience that folks who have no vices have very few virtues. <br/> - Abraham Lincoln <br/>";
q[18] = "The illegal we do immediately.  The unconstitutional takes a little longer. <br/> - Henry Kissinger <br/>";
var t = Math.floor(Math.random() * q.length) % q.length;
document.write(q[t]);
// End -->


