quoteList = new Array();
	
	quoteList[0] = "The power of accurate observation is called cynicism by those who haven't got it"  + "<BR>" + "<center> " + "--" + "<font color=green>" + "George Bernard Shaw";
	quoteList[1] = "If you look at rules as limits, either rules of nature or of man, following obediently along and never taking risks, you will inherently be like everyone else."  + "<BR>" + "<center> " + "--" + "<font color=green>" + "unk";
	quoteList[2] = "Work like you don't need the money...Love like you've never been hurt...and dance like nobody's watching"  + "<BR>" + "<center> " + "--" + "<font color=green>" + "Sachel Paige";
	quoteList[3] = "To assert that the earth revolves around the sun is as erroneous as to claim that Jesus was not born of a virgin"  + "<BR>" + "<center> " + "--" + "<font color=green>" + "Cardinal Bellarmine, 1615, during the trial of Galileo";
	quoteList[4] = "An illusion shared by everyone becomes a reality."  + "<BR>" + "<center> " + "--" + "<font color=green>" + "Erich Fromm";
	quoteList[5] = "The problem with America is stupidity. I'm not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the problem solve itself?"  + "<BR>" + "<center> " + "--" + "<font color=green>" + "#10842 +(905)- [X]";
	quoteList[6] = "I spent a minute looking at my own code by accident. I was thinking -- What the hell is this guy doing?"  + "<BR>" + "<center> " + "--" + "<font color=green>" + "#4680 +(589)- [X]";
	quoteList[7] = "Restrictions of free thought and free speech is the most dangerous of all subversions. It is the one un-American act that could most easily defeat us."  + "<BR>" + "<center> " + "--" + "<font color=green>" + "William O. Douglas";
	quoteList[8] = "I disapprove of what you say, but I will defend to the death your right to say it."  + "<BR>" + "<center> " + "--" + "<font color=green>" + "unk ";
	quoteList[9] = "Those who suppress freedom always do so in the name of law and order. "  + "<BR>" + "<center> " + "--" + "<font color=green>" + "John V. Lindsay";
	quoteList[10] = "A society of sheep must in time beget a government of wolves."  + "<BR>" + "<center> " + "--" + "<font color=green>" + "Bertrand de Jouvenel";
	quoteList[11] = "The people never give up their liberties but under some delusion."  + "<BR>" + "<center> " + "--" + "<font color=green>" + "Edmund Burke";
	quoteList[12] = "The bigger a state becomes the more liberty diminishes."  + "<BR>" + "<center> " + "--" + "<font color=green>" + "Jean Jacques Rousseau";
	quoteList[13] = "Anarchy is the sure consequence of tyranny; for no power that is not limited by laws can ever be protected by them."  + "<BR>" + "<center> " + "--" + "<font color=green>" + "John Milton";
	quoteList[14] = "When all other rights are taken away, the right of rebellion is made perfect."  + "<BR>" + "<center> " + "--" + "<font color=green>" + "Thomas Paine";
	quoteList[15] = "No freeman shall ever be debarred the use of arms. "  + "<BR>" + "<center> " + "--" + "<font color=green>" + "Thomas Jefferson: Draft Virginia Constitution, 1776.";
	quoteList[16] = "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. "  + "<BR>" + "<center> " + "--" + "<font color=green>" + "Benjamin Franklin, Historical Review of Pennsylvania, 1759.";
	quoteList[17] = "If the representatives of the people betray their constituents, there is then no recourse left but in the exertion of that original right of self-defense"  + "<BR>" + "<center> " + "--" + "<font color=green>" + "Alexander Hamilton, The Federalist Papers No.28";
	quoteList[18] = "Remember, there's no 'I' in 'TEAM' -- but there is an 'EAT ME' if you're willing to use the 'E' twice."  + "<BR>" + "<center> " + "--" + "<font color=green>" + "Lewis Shiner";
	quoteList[19] = "If dolphins are so smart, then how come they're always winding up in tuna nets?  Personally, I think they just really like the attention.  'Help me!  Help me! I'm a just poor dolphin.'  Manipulative little intelligent freaks."  + "<BR>" + "<center> " + "--" + "<font color=green>" + "Dakota Shepard";
	quoteList[20] = "Capital punishment turns the state into a murderer. But imprisonment turns the state into a gay dungeon-master"  + "<BR>" + "<center> " + "--" + "<font color=green>" + "-- Emo Philips";
	quoteList[21] = "If people are good only because they fear punishment, and hope for reward, then we are a sorry lot indeed"  + "<BR>" + "<center>" + "--" + "<font color=green>" + "Albert Einstein";
	quoteList[22] = "There is a fine line between fishing and just standing on the shore like an idiot."  + "<BR>" + "<center>" + "--" + "<font color=green>" + "Steven Wright";
	
	var now = new Date();
	var secs = now.getSeconds();
	var raw_random_number = Math.random(secs);
	var random_number = Math.round(raw_random_number * (quoteList.length));

	if (random_number == quoteList.length){random_number = 0}
		
	var quote = quoteList[random_number];
	
	