function makeArray(len) {
    for (var i = 0; i < len; i++) this[i] = null;
this.length = len;
}

var now = new Date();
var date = now.getDate();

var todaysdate = date;
var numquotes = 31;
quotes = new Array(numquotes+1);
by = new Array(numquotes+1);
quotes[1] = "If at first you don't succeed; you are running about average.";
by[1] = "~ M. H. Alderson.";
quotes[2] = "Ones best success comes after their greatest disappointments."; 
by[2] = "~ Henry Ward Beecher.";
quotes[3] = "Success is the sum of small efforts, repeated day in and day out...";
by[3] = "~ Robert Collier.";
quotes[4] = "Opportunities are never lost; they are taken by others.";  
by[4] = "~ Anon.";
quotes[5] = "We don't know who we are until we see what we can do.";
by[5] = "~ Martha Grimes.";
quotes[6] = "Life has no limitations, except the ones you make.";                                                 
by[6] = "~ Les Brown .";
quotes[7] = "No one becomes perfect, but some become great.";
by[7] = "~ John Updike.";
quotes[8] = "Opportunity dances with those who are ready on the dance floor.";
by[8] = "~ H. Jackson Brown Jr. ";
quotes[9] = "I walk slowly, but I never walk backward.";
by[9] = "~ Abraham Lincoln."
quotes[10] = "If we don't stand for something, we may fall for anything.";
by[10] = "~ Malcolm X.";
quotes[11] = "The worst bankrupt in the world is the person who has lost his enthusiasm.";
by[11] = "~ H. W. Arnold.";
quotes[12] = "People with goals succeed because they know where they're going.";
by[12] = "~ Earl Nightingale.";
quotes[13] = "Intelligence without ambition is a bird without wings.";
by[13] = "~ C.Archie Danielson.";
quotes[14] = "You may be disappointed if you fail,but you are doomed if you don't try.";
by[14] = "~ Beverly Sills.";
quotes[15] = "Begin somewhere. You cannot build a reputation on what you intend to do.";
by[15] = "~ Liz Smith.";
quotes[16] = "The future depends on what we do in the present.";
by[16] = "~ Mahatma Gandhi.";
quotes[17] = "Work relieves us from three great evils, boredom, vice, and want.";
by[17] = "~ French Proverb.";
quotes[18] = "Destiny is no matter of chance. It is a matter of choice.";
by[18] = "~ William Jennings Bryan.";
quotes[19] = "Laziness may appear attractive but work gives satisfaction.";
by[19] = "~ Anne Frank.";
quotes[20] = "One of the secrets of life is to make stepping stones out of stumbling blocks.";
by[20] = "~ Jack Penn.";
quotes[21] = "To give your best is to receive the best.";
by[21] = "~ Raymond Holliwell.";
quotes[22] = "Success... it's what you do with what you've got.";
by[22] = "~ Leroy Van Dyke.";
quotes[23] = "Our life is what our thoughts make it.";
by[23] = "~ Marcus Aurelius Antonius.";
quotes[24] = "Age is of no importance unless you are a cheese.";
by[24] = "~ Billie Burke.";
quotes[25] = "Being challenged in life is inevitable, being defeated is optional";
by[25] = "~ Roger Crawford.";
quotes[26] = "As long as you're going to be thinking anyway, THINK BIG.";
by[26] = "~ Donald Trump.";
quotes[27] = "We are what we repeatedly do. Excellence, therefore, is not an act but a habit.";
by[27] = "~ Aristotle."
quotes[28] = "Here is a simple but powerful rule… always give people more than they expect to get.";
by[28] = "~ Nelson Boswell.";
quotes[29] = "It’s better to light a few candles than complain about the dark.";
by[29] = "~ Socrates.";
quotes[30] = "Whatever you age, your upbringing, or your education, what you are made of is mostly unused potential.";
by[30] = "~ George Leonard.";
quotes[31] = "If you find a job you love, you'll never work for the rest of your life.";
by[31] = "~ John D. Rockefeller.";

//document.write('"' + quotes[date] + '"' + '&nbsp'+ by[date]);