  <!-- Hide script from old browsers
	var total = 100 ;
	var seed = dailyquote() * dailyquote() * 45157 ;
	var randomnumber = random(seed) ;
	var number = Math.round( (total-1) * randomnumber) + 1 ;
	author = new Array
		author[1]="Aristotle"
		author[2]="Ambrose Bierce"
		author[3]="Aesop"
		author[4]="Arthur C. Clarke"
		author[5]="Bill Clinton"
		author[6]="Cervantes"
		author[7]="Charles Darwin"
		author[8]="Confucius"
		author[9]="Clarence Darrow"
		author[10]="Dante"
		author[11]="Dick Cavett"
		author[12]="Isaac Asimov"
		author[13]="John Cleese"
		author[14]="Lenny Bruce"
		author[15]="Lewis Carrol"
		author[16]="Kingsley Amis"
		author[17]="Red Foxx"
		author[18]="William F. Buckley, Jr."
		author[19]="William Jennings Bryan"
		author[20]="Woody Allen"
		author[21]="Charles Dickens"
		author[22]="Paul Dirac"
		author[23]="The Girl"
		author[24]="Thomas Alva Edison"
		author[25]="Albert Einstein"
		author[26]="Ralph Waldo Emerson"
		author[27]="W. C. Fields"
		author[28]="Benjamin Franklin"
		author[29]="Sigmund Freud"
		author[30]="Robert Frost"
		author[31]="R. Buckminster Fuller"
		author[32]="Galileo Galilei"
		author[33]="Mahatma Gandhi"
		author[34]="gnosticdogma"
		author[35]="Goethe"
		author[36]="Ernesto 'Che' Guevara"
		author[37]="Ernest Hemingway"
		author[38]="Adolph Hitler"
		author[39]="Oliver Wendell Holmes"
		author[40]="Aldous Huxley"
		author[41]="Thomas Jefferson"
		author[42]="Carl Gustav Jung"
		author[43]="Helen Keller"
		author[44]="Soren Kierkegaard"
		author[45]="Henry Kissinger"
		author[46]="Martin Luther King Jr."
		author[47]="Lao-Tzu"
		author[48]="John Lennon"
		author[49]="Georg Lichtenberg"
		author[50]="Abraham Lincoln"
		author[51]="Douglas MacArthur"
		author[52]="Niccolo Machiavelli"
		author[53]="Groucho Marx"
		author[54]="Karl Marx"
		author[55]="Golda Meir"
		author[56]="H. L. Mencken"
		author[57]="H. H. Munro"
		author[58]="John von Neumann"
		author[59]="Friedrich Nietzsche"
		author[60]="Richard M. Nixon"
		author[61]="Flannery O'Connor"
		author[62]="Thomas Paine"
		author[63]="George S. Patton"
		author[64]="Plato"
		author[65]="Will Rogers"
		author[66]="Bertrand Russell"
		author[67]="Antoine de St. Exupery"
		author[68]="Marquis de Sade"
		author[69]="George Santayana"
		author[70]="Jean-Paul Sartre"
		author[71]="Arthur Schopenhauer"
		author[72]="Charles Schulz"
		author[73]="Seneca"
		author[74]="William Shakespeare"
		author[75]="George Bernard Shaw"
		author[76]="Socrates"
		author[77]="Gloria Steinem"
		author[78]="Adlai Stevenson"
		author[79]="Jonathan Swift"
		author[80]="Henry David Thoreau"
		author[81]="Mao Tse-Tung"
		author[82]="Mark Twain"
		author[83]="Vincent van Gogh"
		author[84]="Gore Vidal"
		author[85]="Voltaire"
		author[86]="Mae West"
		author[87]="Orson Welles"
		author[88]="Oscar Wilde"
		author[89]="Ludwig Wittgenstein"
		author[90]="Emile Zola"
    author[91]="Bill Cosby"
    author[92]="Walt Disney"
    author[93]="Dalai Lama"
    author[94]="Muhammad Ali"
    author[95]="Buddha"
    author[96]="Jesus Christ"
    author[97]="Shaquille O'Neal"
    author[98]="Brad Pitt"
    author[99]="Ivan"
    author[100]="Vin Diesel"
	document.write(author[number]) ;
// End script hiding from old browsers -->  
