function quoteDuJour() {
	theDate= new Date();
	var day = theDate.getDate();
	var year = theDate.getYear();
	year = (year < 2000) ? year + 1900 : year;
	var textdate = (theDate.getMonth() + 1) + '/' + theDate.getDate() + '/' + year;
	
	var numquotes = 31;
	var quotes = new Array();
	quotes[1] = new Array();
	quotes[1][0] = "The best way to predict your future is to create it.";
	quotes[1][1] = "(Anonymous)";

	quotes[2] = new Array();
	quotes[2][0] = "Gambling: The sure way of getting nothing from something.";
	quotes[2][1] = "(Wilson Mizner)";
	
	quotes[3] = new Array();
	quotes[3][0] = "In a bet there is a fool and a thief.";
	quotes[3][1] = "(Proverb)";
	
	quotes[4] = new Array();
	quotes[4][0] = "The urge to gamble is so universal and its practice is so pleasurable, that I assume it must be evil.";
	quotes[4][1] = "(Heywood Broun)";

	quotes[5] = new Array();
	quotes[5][0] = "If you must play, decide upon three things at the start: the rules of the game, the stakes, and the quitting time.";
	quotes[5][1] = "(Chinese Proverb)";

	quotes[6] = new Array();
	quotes[6][0] = "There is a very easy way to return from a casino with a small fortune: go there with a large one.";
	quotes[6][1] = "(Jack Yelton)";

	quotes[7] = new Array();
	quotes[7][0] = "In most betting shops you will see three windows marked Bet Here, but only one window with the legend Pay Out.";
	quotes[7][1] = "(Jeffrey Bernard)";

	quotes[8] = new Array();
	quotes[8][0] = "A gambler is nothing but a man who makes his living out of hope.";
	quotes[8][1] = "(William Bolitho)";

	quotes[9] = new Array();
	quotes[9][0] = "Depend on the rabbit's foot if you will, but remember it didn't work for the rabbit.";
	quotes[9][1] = "(R.E. Shay)";

	quotes[10] = new Array();
	quotes[10][0] = "Gambling promises the poor what property performs for the rich -- something for nothing.";
	quotes[10][1] = "(George Bernard Shaw)";

	quotes[11] = new Array();
	quotes[11][0] = "Shake off the shackles of this tyrant vice; Hear other calls than those of cards and dice: Be learn'd in nobler arts than arts of play; And other debts than those of honour pay.";
	quotes[11][1] = "(David Garrick)";

	quotes[12] = new Array();
	quotes[12][0] = "I never hear the rattling of dice that it does not sound to me like the funeral bell of the whole family.";
	quotes[12][1] = "(Douglas William Jerrold)";

	quotes[13] = new Array();
	quotes[13][0] = "In gambling the many must lose in order that the few may win.";
	quotes[13][1] = "(George Bernard Shaw)";

	quotes[14] = new Array();
	quotes[14][0] = "No horse can go as fast as the money you put on it.";
	quotes[14][1] = "(Earl Wilson)";

	quotes[15] = new Array();
	quotes[15][0] = "I hope to break even this week. I need the money.";
	quotes[15][1] = "(Unknown)";

	quotes[16] = new Array();
	quotes[16][0] = "Have the courage of your convictions, but never let your ego outweigh your pocketbook or your brain.";
	quotes[16][1] = "(Richard Klamian)";

	quotes[17] = new Array();
	quotes[17][0] = "Why otherwise would that dignified fellow dressed like a banker be sitting at a machine murmuring; Talk to me baby, I know you understand my needs.";
	quotes[17][1] = "(Roger Fleming)";

	quotes[18] = new Array();
	quotes[18][0] = "When a gambler picks up a pack of cards or a pair of dice, he feels as though he has reduced an unmanageable world to a finite, visible and comprehensive size.";
	quotes[18][1] = "(Annabell Davis-Goff)";

	quotes[19] = new Array();
	quotes[19][0] = "The casino was open all the time, and I know that any time I needed somewhere to be, there would be people there and something exciting for me to do. I went when I didn't feel like going to class, when I didn't want to be at home. I went when I had a lot of work to do because for the time I was sitting at the table I forgot about my work. I don't like going there with people anymore. I just want to be alone and be able to do my thing. I was happy there.";
	quotes[19][1] = "(Female, Age 18)";

	quotes[20] = new Array();
	quotes[20][0] = "I can't expect any of my friends to understand what is going on.";
	quotes[20][1] = "(Male, Age 17)";

	quotes[21] = new Array();
	quotes[21][0] = "I want to jump out of a plane & I think it would give me a similar rush.";
	quotes[21][1] = "(Female, Age 18)";

	quotes[22] = new Array();
	quotes[22][0] = "I made gambling more important than anything else.";
	quotes[22][1] = "(Male, Age 18)";

	quotes[23] = new Array();
	quotes[23][0] = "It was a game in the beginning, then I used it to kill time, then I realized it was a great escape.";
	quotes[23][1] = "(Male, Age 17)";

	quotes[24] = new Array();
	quotes[24][0] = "What keeps me from going back is remembering how sick I was&I was not a real person anymore.";
	quotes[24][1] = "(Female, Age 19)";

	quotes[25] = new Array();
	quotes[25][0] = "When I lose, its really good because I am on mission&I have something to do&try to win my money back.";
	quotes[25][1] = "(Male, Age 18)";

	quotes[26] = new Array();
	quotes[26][0] = "No, money wasn't the reason for my gambling. But just like cars use gas, I used money.";
	quotes[26][1] = "(Female, Age 19)";

	quotes[27] = new Array();
	quotes[27][0] = "When I was gambling, I woke up every day thinking this was going to be a big day.";
	quotes[27][1] = "(Male, Age 17)";

	quotes[28] = new Array();
	quotes[28][0] = "Given a conflict, Murphy's law supercedes Newton's.";
	quotes[28][1] = "(Anonymous)";

	quotes[29] = new Array();
	quotes[29][0] = "The price of success is perseverance.  The price of failure comes cheaper.";
	quotes[29][1] = "(Anonymous)";

	quotes[30] = new Array();
	quotes[30][0] = "To err is human. And stupid.";
	quotes[30][1] = "(Anonymous)";

	quotes[31] = new Array();
	quotes[31][0] = "I contend that dishonesty will create a failure force that often manifests itself in other ways - ways not apparent to the outside observer.";
	quotes[31][1] = "(Joseph Sugarman)";
	
	//document.write('<b>Quote for ' + textdate + '</b><br>');
	//document.write('<i>' + quotes[day] + '</i><p>');
	
	document.write('<p class="quote">"' + quotes[day][0] + '"</p>');
	document.write('<p class="author">' + quotes[day][1] + '</p>');
}

