// JavaScript Document

<!--


var dToday = new Date(); // this gets the Date object
var theDay = dToday.getDate(); // this gets the actual day of the month
var theMonth = dToday.getMonth(); // this gets the month, 0=January, 1=February...

/* this is the quotes array */
var quote = new Array();
if (theMonth==0 || theMonth==4 || theMonth==8) {
  quote[1] = "Winning isn't everything, but wanting to win is.<br /><br /><i>Vince Lombardi</i>"
  quote[2] = "Goals are the fuel in the furnace of achievement.<br /><br /><i>Brian Tracy</i>"
  quote[3] = "Ah, but a man's reach should exceed his grasp, or what's a heaven for?<br /><br /><i>Robert Browning</i>"
  quote[4] = "The significance of a man is not in what he attains but in what he longs to attain.<br /><br /><i>Kahlil Gibran</i>"
  quote[5] = "Every ceiling, when reached, becomes a floor, upon which one walks as a matter of course and prescriptive right.<br /><br /><i>Aldous Huxley</i>"
  quote[6] = "If you don't know where you are going, you'll end up someplace else.<br /><br /><i>Yogi Berra</i>"
  quote[7] = "Life can be pulled by goals just as surely as it can be pushed by drives.<br /><br /><i>Viktor Frankl</i>"
  quote[8] = "There is no happiness except in the realization that we have accomplished something.<br /><br /><i>Henry Ford</i>"
  quote[9] = "Our plans miscarry because they have no aim. When a man does not know what harbor he is making for, no wind is the right wind.<br /><br /><i>Seneca</i>"
  quote[10] = "In absence of clearly defined goals, we become strangely loyal to performing daily acts of trivia.<br /><br /><i>Author Unknown</i>"
  quote[11] = "Don't bunt. Aim out of the ballpark.<br /><br /><i>David Ogilvy</i>"
  quote[12] = "There are two things to aim at in life; first to get what you want, and after that to enjoy it. Only the wisest of mankind has achieved the second.<br /><br /><i>Logan Pearsall Smith</i>"
  quote[13] = "Our greatest glory consists not in never falling, but in rising every time we fall.<br /><br /><i>Oliver Goldsmith</i>"
  quote[14] = "The block of granite which was an obstacle in the pathway of the weak, became a stepping-stone in the pathway of the strong.<br /><br /><i>Thomas Carlyle</i>"
  quote[15] = "Our doubts are traitors, and make us lose the good we oft might win, by fearing to attempt.<br /><br /><i>William Shakespeare</i>"
  quote[16] = "Discontent is the source of all trouble, but also of all progress, in individuals and nations.<br /><br /><i>Berthold Auerbach</i>"
  quote[17] = "Failure is blindness to the strategic element in events; success is readiness for instant action when the opportune moment arrives.<br /><br /><i>Newell D. Hillis</i>"
  quote[18] = "If you have built castles in the air, your work need not be lost; that is where they should be. Now put foundations under them.<br /><br /><i>Henry David Thoreau</i>"
  quote[19] = "Look within, for within is the wellspring of virtue, which will not cease flowing, if you cease not from digging.<br /><br /><i>Marcus Aurelius</i>"
  quote[20] = "To find what you seek in the road of life, the best proverb of all is that which says:<br />\"Leave no stone unturned.\"<br /><br /><i>Edward Bulwer Lytton</i>"
  quote[21] = "Let us strive to improve ourselves, for we cannot remain stationary; one either progresses or retrogrades.<br /><br /><i>Mme. Du Deffand</i>"
  quote[22] = "Do we not all agree to call rapid thought and noble impulse by the name of inspiration?<br /><br /><i>George Eliot</i>"
  quote[23] = "If you can imagine it, you can achieve it; if you can dream it, you can become it.<br /><br /><i>William Arthur Ward</i>"
  quote[24] = "What you dislike in another take care to correct in yourself.<br /><br /><i>Thomas Sprat</i>"
  quote[25] = "There is no impossibility to him who stands prepared to conquer every hazard. The fearful are the failing.<br /><br /><i>Sarah J. Hale</i>"
  quote[26] = "I have spread my dreams beneath your feet. Tread softly because you tread on my dreams.<br /><br /><i>W.B. Yeats</i>"
  quote[27] = "In this world man must either be anvil or hammer.<br /><br /><i>Henry W. Longfellow</i>"
  quote[28] = "The man who removes a mountain begins by carrying away small stones.<br /><br /><i>Chinese Proverb</i>"
  quote[29] = "Go confidently in the direction of your dreams. Live the life you have imagined.<br /><br /><i>Henry David Thoreau</i>"
  quote[30] = "They fail, and they alone, who have not striven.<br /><br /><i>Thomas Bailey Aldrich</i>"
  quote[31] = "Our truest life is when we are in dreams awake.<br /><br /><i>Henry David Thoreau</i>"
}
else if (theMonth==1 || theMonth==5 || theMonth==9) {
  quote[1] = "Press on! A better fate awaits thee.<br /><br /><i>Victor Hugo</i>"
  quote[2] = "All men dream but not equally. Those who dream by night in the dusty recesses of their minds wake in the day to find that it was vanity; but the dreamers of the day are dangerous men, for they may act their dream with open eyes to make it possible.<br /><br /><i>T.E. Lawrence</i>"
  quote[3] = "There is no impossibility to him who stands prepared to conquer every hazard. The fearful are the failing.<br /><br /><i>Sarah J. Hale</i>"
  quote[4] = "Disappointments are to the soul what thunderstorms are to the air.<br /><br /><i>Johann C. F. von Schiller</i>"
  quote[5] = "The end of wisdom is to dream high enough not to lose the dream in the seeking of it.<br /><br /><i>William Faulkner</i>"
  quote[6] = "Perseverance is king.<br /><br /><i>Josh Billings</i>"
  quote[7] = "The best way to prepare for life is to begin to live.<br /><br /><i>Elbert Hubbard</i>"
  quote[8] = "We make our fortunes, and we call them fate.<br /><br /><i>Earl of Beaconsfield</i>"
  quote[9] = "Practice yourself in little things, and thence proceed to greater.<br /><br /><i>Epictetus</i>"
  quote[10] = "After the game, the king and the pawn go into the same box.<br /><br /><i>Italian Proverb</i>"
  quote[11] = "Nothing great is created suddenly, any more than a bunch of grapes or a fig.<br /><br /><i>Epictetus</i>"
  quote[12] = "There are no classes in life for beginners: right away you are always asked to deal with what is most difficult.<br /><br /><i>Rainer Maria Rilke</i>"
  quote[13] = "We learn wisdom from failure much more than success. We often discover what we will do, by finding out what we will not do.<br /><br /><i>Samuel Smiles</i>"
  quote[14] = "As I grow to understand life less and less, I learn to love it more and more.<br /><br /><i>Jules Renard</i>"
  quote[15] = "Energy and persistence conquer all things.<br /><br /><i>author</i>"
  quote[16] = "Life is short, art long, opportunity fleeting, experience treacherous, judgment difficult.<br /><br /><i>Hypocrites</i>"
  quote[17] = "If you have great talents, industry will improve them; If moderate abilities, industry will supply their deficiencies. Nothing is denied to well-directed labor: nothing is ever to be attained without it.<br /><br /><i>Sir Joshua Reynolds</i>"
  quote[18] = "I like the dreams of the future better than the history of the past.<br /><br /><i>Patrick Henry</i>"
  quote[19] = "There is no failure except in no longer trying.<br /><br /><i>Elbert Hubbard</i>"
  quote[20] = "He who fears being conquered is sure of defeat.<br /><br /><i>Napoleon Bonaparte</i>"
  quote[21] = "The important thing in life is to have great aim and to possess the aptitude and the perseverance to attain it.<br /><br /><i>Johann Wolfgang Von Goethe</i>"
  quote[22] = "I was never afraid of failure, for I would sooner fail than not be among the best.<br /><br /><i>John Keats</i>"
  quote[23] = "Happy are those who dream dreams and are ready to pay the price to make them come true.<br /><br /><i>Leon J. Suenes</i>"
  quote[24] = "Without sweat and toil no work is made perfect.<br /><br /><i>Latin Proverb</i>"
  quote[25] = "First say to yourself what you would be; and then do what you have to do.<br /><br /><i>Epictetus</i>"
  quote[26] = "Fall seven times, get up eight.<br /><br /><i>Japanese Proverb</i>"
  quote[27] = "Live up to the best that is in you: Live noble lives, as you all may, in whatever condition you may find yourselves.<br /><br /><i>Henry W. Longfellow</i>"
  quote[28] = "He that is down needs fear no fall.<br /><br /><i>John Bunyan</i>"
  quote[29] = "Success in life is a matter not so much of talent or opportunity as of concentration and perseverance.<br /><br /><i>C. W. Wendte</i>"
  quote[30] = "Life is like a game of cards. The hand that is dealt you represents determinism; the way you play it is free will.<br /><br /><i>Jawaharal Nehru</i>"
  quote[31] = "Too low they build, who build beneath the stars.<br /><br /><i>Edward Young</i>"
}
else if (theMonth==2 || theMonth==6 || theMonth==10) {
  quote[1] = "Never let the fear of striking out get in your way.<br /><br /><i>George Herman \"Babe\" Ruth</i>"
  quote[2] = "I hold a doctrine, to which I owe not much, indeed, but all the little I ever had, namely, that with ordinary talent and extraordinary perseverance, all things are attainable.<br /><br /><i>Sir T. F. Buxton</i>"
  quote[3] = "A man's life is interesting primarily when he has failed--I well know. For it's a sign that he tried to surpass himself.<br /><br /><i>Georges Clemenceau</i>"
  quote[4] = "The future belongs to those who believe in the beauty of their dreams.<br /><br /><i>Eleanor Roosevelt</i>"
  quote[5] = "The best way to make your dreams come true is to wake up.<br /><br /><i>Paul Valery</i>"
  quote[6] = "If you can imagine it, you can achieve it; if you can dream it, you can become it.<br /><br /><i>William Arthur Ward</i>"
  quote[7] = "It is hard to fail, but it is worse never to have tried to succeed.<br /><br /><i>Theodore Roosevelt</i>"
  quote[8] = "If you would create something, you must be something.<br /><br /><i>Johann Wolfgang von Goethe</i>"
  quote[9] = "One who fears failure limits his activities. Failure is only the opportunity to more intelligently begin again.<br /><br /><i>Henry Ford</i>"
  quote[10] = "No great man ever complains of want of opportunities.<br /><br /><i>Ralph Waldo Emerson</i>"
  quote[11] = "Those who would attain to any marked degree of excellence in a chosen pursuit must work, and work hard for it, prince or peasant.<br /><br /><i>Bayard Taylor</i>"
  quote[12] = "Hold fast to dreams, for if dreams die, life is a broken winged bird that cannot fly.<br /><br /><i>Lanston Hughes</i>"
  quote[13] = "Men do less than they ought, unless they do all they can.<br /><br /><i>Thomas Carlyle</i>"
  quote[14] = "Half of the failures in life come from pulling one's horse when he is leaping.<br /><br /><i>Thomas Hood</i>"
  quote[15] = "The greatest mistake you can make in life is to continually be afraid you will make one.<br /><br /><i>Elbert Hubbard</i>"
  quote[16] = "It does not matter how slowly you go so long as you do not stop.<br /><br /><i>Confucius</i>"
  quote[17] = "You cannot dream yourself into a character: you must hammer and forge yourself into one.<br /><br /><i>Henry D. Thoreau</i>"
  quote[18] = "Little minds are tamed and subdued by misfortunes; but great minds rise above them.<br /><br /><i>Washington Irving</i>"
  quote[19] = "It is interesting to notice how some minds seem almost to create themselves, springing up under every disadvantage, and working their solitary but irresistible way through a thousand obstacles.<br /><br /><i>Washington Irving</i>"
  quote[20] = "Go back a little to leap further.<br /><br /><i>John Clarke</i>"
  quote[21] = "A skillful man reads his dreams for self-knowledge, yet not the details but the quality.<br /><br /><i>Ralph Waldo Emerson</i>"
  quote[22] = "Hope is the dream of the waking man.<br /><br /><i>French Proverb</i>"
  quote[23] = "Let me tell you the secret that has led me to my goal. My strength lies solely in my tenacity.<br /><br /><i>Louis Pasteur</i>"
  quote[24] = "Wherever we look upon this earth, the opportunities take shape within the problems.<br /><br /><i>Nelson A. Rockefeller</i>"
  quote[25] = "Failure teaches success.<br /><br /><i>Japanese Saying</i>"
  quote[26] = "What would life be if we had no courage to attempt anything?<br /><br /><i>Vincent van Gogh</i>"
  quote[27] = "The drops of rain make a hole in the stone, not by violence, but by oft falling.<br /><br /><i>Lucretius 95 BC</i>"
  quote[28] = "Do not think that what is hard for thee to master is impossible for man; but if a thing is possible and proper to man, deem it attainable by thee.<br /><br /><i>Marcus Aurelius</i>"
  quote[29] = "Experience teaches slowly, and at the cost of mistakes.<br /><br /><i>James A. Froude</i>"
  quote[30] = "It is the want of diligence, rather than the want of means, that causes most failures.<br /><br /><i>Alfred Mercier</i>"
  quote[31] = "He who would do some great thing in this short life, must apply himself to the work with such a concentration of his forces as to the idle spectators, who live only to amuse themselves, looks like insanity.<br /><br /><i>John Foster</i>"
}

else if (theMonth==3 || theMonth==7 || theMonth==11) {
  quote[1] = "The Constitution only gives people the right to pursue happiness. You have to catch it yourself.<br /><br /><i>Ben Franklin</i>"
  quote[2] = "They can because they think they can.<br /><br /><i>Virgil</i>"
  quote[3] = "Nothing can stop the man with the right mental attitude from achieving his goal; nothing on earth can help the man with the wrong mental attitude.<br /><br /><i>Thomas Jefferson</i>"
  quote[4] = "Keep steadily before you the fact that all true success depends at last upon yourself.<br /><br /><i>Theodore T. Hunger</i>"
  quote[5] = "Success is the sum of small efforts, repeated day in and day out.<br /><br /><i>Robert Collier</i>"
  quote[6] = "The thing always happens that you really believe in; and the belief in a thing makes it happen.<br /><br /><i>Frank Loyd Wright</i>"
  quote[7] = "A failure is a man who has blundered, but is not able to cash in on the experience.<br /><br /><i>Elbert Hubbard</i>"
  quote[8] = "Failures do what is tension relieving, while winners do what is goal achieving.<br /><br /><i>Dennis Waitley</i>"
  quote[9] = "The difference between a successful person and others is not a lack of strength, not a lack of knowledge, but rather a lack in will.<br /><br /><i>Vince Lombardi</i>"
  quote[10] = "Success does not consist in never making blunders, but in never making the same one a second time.<br /><br /><i>Josh Billings</i>"
  quote[11] = "The secret of success in life is for a man to be ready for his opportunity when it comes.<br /><br /><i>Earl of Beaconsfield</i>"
  quote[12] = "Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.<br /><br /><i>Evan Esar</i>"
  quote[13] = "If you wish success in life, make perseverance your bosom friend, experience your wise counselor, caution your elder brother, and hope your guardian genius.<br /><br /><i>Joseph Addison.</i>"
  quote[14] = "Impatience never commanded success.<br /><br /><i>Edwin H. Chapin</i>"
  quote[15] = "To climb steep hills requires a slow pace at first.<br /><br /><i>Shakespeare</i>"
  quote[16] = "The only way of finding the limits of the possible is by going beyond them into the impossible.<br /><br /><i>Arthur C. Clarke</i>"
  quote[17] = "We are what we repeatedly do. Excellence, therefore, is not an act but a habit.<br /><br /><i>Aristotle</i>"
  quote[18] = "You cannot plough a field byturning it over in your mind.<br /><br /><i>Author Unknown</i>"
  quote[19] = "Do not wait to strike till the iron is hot; but make it hot by striking.<br /><br /><i>William B. Sprague</i>"
  quote[20] = "Nothing will ever be attempted if all possible objections must first be overcome.<br /><br /><i>Samuel Johnson</i>"
  quote[21] = "A wise man will make more opportunities than he finds.<br /><br /><i>Francis Bacon</i>"
  quote[22] = "He who hesitates is lost.<br /><br /><i>Proverb</i>"
  quote[23] = "In everything the ends well defined are the secret of durable success.<br /><br /><i>Victor Cousins</i>"
  quote[24] = "Our greatest glory is not in never falling but in rising every time we fall.<br /><br /><i>Confucius</i>"
  quote[25] = "Knowing is not enough; we must apply. Willing is not enough; we must do.<br /><br /><i>Johann Wolfgang von Goethe</i>"
  quote[26] = "We are still masters of our fate. We are still captains of our souls.<br /><br /><i>Winston Churchill</i>"
  quote[27] = "Nothing great was ever achieved without enthusiasm.<br /><br /><i>Ralph Waldo Emerson</i>"
  quote[28] = "Nothing contributes so much to tranquilize the mind as a steady purpose--a point on which the soul may fix its intellectual eye.<br /><br /><i>Mary Shelley</i>"
  quote[29] = "For hope is but the dream of those that wake.<br /><br /><i>Matthew Prior</i>"
  quote[30] = "If you do not hope, you will not find what is beyond your hopes.<br /><br /><i>St. Clement of Alexandra</i>"
  quote[31] = "It was a high counsel that I once heard given to a young person, \"Always do what you are afraid to do.\"<br /><br /><i>Ralph Waldo Emerson</i>"
}

// this is used to display the quote
function dailyQuote(){
     document.write(quote[theDay]);
}
//-- >

