/*-------------------------------------------------------------------------

	FILE:  JavaScript/quotes.js
	Date:  April 14, 1999
	LMD :  November 22, 2011

	sources:

	http://www.gunnar.cc/quotes.html
	http://www.columbia.edu/acis/bartleby/bartlett/
	http://www.cam.org/~ntworld/links/quotelinks.html
	http://www.cs.virginia.edu/~robins/quotes.html
	http://pirovich.com/quotes.html

"While we are postponing, life speeds by." 
"<p><center> Seneca (3BC - 65AD) "



-------------------------------------------------------------------------*/


today		= new Date()
DAYS_31 	= 31
DAYS_30 	= 30
DAYS_FEB 	= 29

jan = new Array( DAYS_31 )
mar = new Array( DAYS_31 )
may = new Array( DAYS_31 )
jul = new Array( DAYS_31 )
aug = new Array( DAYS_31 )
oct = new Array( DAYS_31 )
dec = new Array( DAYS_31 )

feb = new Array( DAYS_FEB )
apr = new Array( DAYS_30 )
jun = new Array( DAYS_30 )
sep = new Array( DAYS_30 )
nov = new Array( DAYS_30 )


jan[0]	= "We cannot tell the precise moment when a friendship starts...it "
jan[0] += "is like filling a vessel drop-by-drop which makes it at last run "
jan[0] += "over; so a series of kindnesses...make the heart run over."
jan[0] += "<p><center> James Boswell "

jan[1]  = "To let friendship die away by negligence...is to voluntarily throw "
jan[1] += "away one of the greatest comforts of this weary pilgrimage."
jan[1] += "<p><center> Samuel Johnson "

jan[2]  = "Fame is the scentless sunflower, with gaudy crown of gold. &nbsp;"
jan[2] += "But friendship is the breathing rose, with sweets in every fold."
jan[2] += "<p><center> Oliver Wendell Holmes "

jan[3]  = "The sacrifices of friendship were beautiful in her eyes as long "
jan[3] += "as she was not asked to make them."
jan[3] += "<p><center> Saki "

jan[4]  = "See to it that you really do love each other warmly, with all "
jan[4] += "your hearts."
jan[4] += "<p><center> 1 Peter 1:22 TLB  "

jan[5]  = "Ceremony was but devised at first, to set a gloss on faint deeds "
jan[5] += "and hollow welcomes. &nbsp; But where there is true friendship, "
jan[5] += "there needs none."
jan[5] += "<p><center> William Shakespeare "

jan[6]  = "Love is like the wild rose briar, friendship like the holly-tree. "
jan[6] += "&nbsp; The bark is dark when the rose-briar blooms, but which will "
jan[6] += "bloom most constantly?"
jan[6] += "<p><center> Emily Bronte "

jan[7]  = "Friendship is love with his wings."
jan[7] += "<p><center> Lord Byron "

jan[8]  = "My father: \'tis the memory of a firm and gentle friend."
jan[8] += "<p><center> Anonymous "

jan[9]  = "Little friends may prove to be great friends."
jan[9] += "<p><center> Aesop, \"The Lion and the Mouse\" "

jan[10]  = "He that is thy friend indeed, he will help thee in thy need."
jan[10] += "<p><center> Richard Barnfield "

jan[11]  = "For memory has painted this perfect day, with colors that never "
jan[11] += "fade. &nbsp; And we find at the end of a perfect day, the soul of "
jan[11] += "a friend we\'ve made."
jan[11] += "<p><center> Carrie Jacobs Bond "

jan[12]  = "Do not keep the alabastor boxes of your kindness sealed up until "
jan[12] += "your friends are gone. &nbsp; Speak approving, cheering words while "
jan[12] += "their ears can hear them...and be made happier by them."
jan[12] += "<p><center> George William Childs "

jan[13]  = "A word spoken in due season, how good it is!"
jan[13] += "<p><center> Proverbs 15:23 KJV "

jan[14]  = "Everyone that flatters thee, is no friend in misery."
jan[14] += "<p><center> Richard Barnfield "

jan[15]  = "I was angry with my friend, I told my wrath and it did end. "
jan[15] += "&nbsp; I was angry with my foe, I told it not, my wrath did grow."
jan[15] += "<p><center> William Blake "

jan[16]  = "How sweet, how passing sweet, is solitude, but grant me still "
jan[16] += "a friend in my retreat."
jan[16] += "<p><center> William Couper "

jan[17]  = "There is no greater bane to friendship than adulation, fawning "
jan[17] += "and false flattery."
jan[17] += "<p><center> Cicero "

jan[18]  = "Two are better than one; For if they fall, the one will lift up "
jan[18] += "his fellow."
jan[18] += "<p><center> Ecclesiastes 4:9, 10 KJV "

jan[19]  = "A friend is one to whom one may pour out all the contents of "
jan[19] += "one\'s heart, chaff and grain together, knowing that gentle hands "
jan[19] += "will take and sift it, keep what is worth keeping, and with a "
jan[19] += "breath of kindness, blow the rest away."
jan[19] += "<p><center> George Eliot "

jan[20]  = "He was once asked what a friend is, and his answer was, "
jan[20] += "\"One soul abiding in two bodies.\""
jan[20] += "<p><center> Diogenes Laertius "

jan[21]  = "When all is at peace, two friends at ease talk out their hearts; "
jan[21] += "yet still between the grace notes of the voice of love from each "
jan[21] += "to each, trembles a rarer speech, and with its presence every "
jan[21] += "pause doth fill."
jan[21] += "<p><center> Walter De La Mare "

jan[22]  = "A friend is a person with whom I may be sincere; before whom I "
jan[22] += "may think out loud...."
jan[22] += "<p><center> Ralph Waldo Emerson "

jan[23]  = "A friend loveth at all times."
jan[23] += "<p><center> Proverbs 17:17 KJV "

jan[24]  = "There\'s something beautiful about finding one\'s innermost "
jan[24] += "thoughts in another."
jan[24] += "<p><center> Oliver Schreiner "

jan[25]  = "A friend is one who comes in when the whole world has gone out."
jan[25] += "<p><center> Anonymous "

jan[26]  = "To know someone here or there with whom you feel there is an "
jan[26] += "understanding in spite of distances or thoughts unexpressed--"
jan[26] += "that can make of this earth a garden."
jan[26] += "<p><center> Goethe "

jan[27]  = "We have fewer friends than we imagine, but more than we know."
jan[27] += "<p><center> Hugo von Hofmannsthal "

jan[28]  = "Faithful are the wounds of a friend."
jan[28] += "<p><center> Proverbs 27:6 KJV "

jan[29]  = "A father is a treasure, a brother is a comfort, but a friend is "
jan[29] += "both."
jan[29] += "<p><center> Benjamin Franklin "

jan[30]  = "The friend who is really worth having is the one who will listen "
jan[30] += "to your deepest hurts, and feel they are his too."
jan[30] += "<p><center> Anonymous "


feb[0]  = "The ornaments of a house are the friends who frequent it."
feb[0] += "<p><center> Ralph Waldo Emerson "

feb[1]  = "A friend is a solace in grief and in joy a merry companion."
feb[1] += "<p><center> John Lyly "

feb[2]  = "A person never gets so rich that he can afford to lose a friend."
feb[2] += "<p><center> Anonymous "

feb[3]  = "If you have a true friend you shall have more than your share."
feb[3] += "<p><center> Thomas Fuller "

feb[4]  = "The most I can do for my friend is simply be his friend."
feb[4] += "<p><center> Henry David Thoreau "

feb[5]  = "Everyone should keep a fair-sized cemetery in which to bury the "
feb[5] += "faults of his friends."
feb[5] += "<p><center> Henry Ward Beecher "

feb[6]  = "A friend is one who warns you."
feb[6] += "<p><center> Jewish Proverb "

feb[7]  = "The language of friendship is not words but meaning."
feb[7] += "<p><center> Henry David Thoreau "

feb[8]  = "If we advance through life and do not make friends, we shall soon "
feb[8] += "find ourselves alone. &nbsp; We must keep our friendships in "
feb[8] += "constant repair."
feb[8] += "<p><center> Samuel Johnson "

feb[9]  = "How can I lift a struggling soul and guide him if I never take "
feb[9] += "his arm?"
feb[9] += "<p><center> Viola Jackson Berg "

feb[10]  = "Real friends are those who, when you\'ve made a fool of yourself, "
feb[10] += "don\'t feel as though you\'ve done a permanent job."
feb[10] += "<p><center> Anonymous "

feb[11]  = "He who walks with wise men becomes wise, but the companion of "
feb[11] += "fools will suffer harm."
feb[11] += "<p><center> Proverbs 13:20 RSV "

feb[12]  = "The firmest friendships have been formed in mutual adversity, as "
feb[12] += "iron is most strongly united by the fiercest flame."
feb[12] += "<p><center> Charles C. Colton "

feb[13]  = "The man who throws a stone at the birds scares them away, and "
feb[13] += "the man who abuses a friend destroys a friendship."
feb[13] += "<p><center> Ecclesiasticus 22:20 (Goodspeed) "

feb[14]  = "Promises may get friends, but it\'s performances that keep them."
feb[14] += "<p><center> Owen Feltham "

feb[15]  = "Comfort yourselves together, and edify one another."
feb[15] += "<p><center> 1 Thessalonians 5:11 KJV </center>"

feb[16]  = "If you quit loving the moment it becomes difficult, you will "
feb[16] += "never discover compassion."
feb[16] += "<p><center> David Augsburger "

feb[17]  = "Constitutionality is no match for compassion."
feb[17] += "<p><center> Everett Dirksen "

feb[18]  = "His compassions fail not. &nbsp; They are new every morning."
feb[18] += "<p><center> Lamentations 3: 22,23 KJV "

feb[19]  = "There is no better exercise for the heart than reaching down "
feb[19] += "and lifting up people."
feb[19] += "<p><center> John Andrew Holmer "

feb[20]  = "Though our Saviour\'s passion is over, his compassion is not."
feb[20] += "<p><center> William Penn "

feb[21]  = "A friend is worth all the hazards we can run."
feb[21] += "<p><center> Young "

feb[22]  = "Let us not love in word, neither in tongue; but in deed and in "
feb[22] += "truth."
feb[22] += "<p><center> 1 John 3:18 KJV "

feb[23]  = "In misery it is great comfort to have a companion."
feb[23] += "<p><center> John Lyly "

feb[24]  = "Fellowship is heaven, and lack thereof is hell."
feb[24] += "<p><center> William Morris "

feb[25]  = "If we could read the secret history of our enemies, we should "
feb[25] += "find in each person\'s life sorrow and suffering enough to "
feb[25] += "disarm all hostility."
feb[25] += "<p><center> Henry Wadsworth Longfellow "

feb[26]  = "A true friend thinks of you when all others are thinking of "
feb[26] += "themselves."
feb[26] += "<p><center> Anonymous "

feb[27]  = "Be kindly affectioned one to another with brotherly love; in "
feb[27] += "honor preferring one another."
feb[27] += "<p><center> Romans 12:10 KJV "

feb[28]  = "The love of our neighbor is the only door out of the dungeon of "
feb[28] += "self."
feb[28] += "<p><center> George MacDonald "


mar[0]  = "All is well with him who is beloved of his neighbors."
mar[0] += "<p><center> George Herbert "

mar[1]  = "He whose hand is clasped firmly in friendship cannot throw mud."
mar[1] += "<p><center> Chinese Proverb "

mar[2]  = "Make new friends but keep the old. &nbsp; One is silver and the "
mar[2] += "other gold."
mar[2] += "<p><center> Joseph Parry "

mar[3]  = "Friendship is one of the sweetest joys of life. &nbsp; Many might "
mar[3] += "have failed beneath the bitterness of their trial had they not "
mar[3] += "found a friend."
mar[3] += "<p><center> Charles Spurgeon "

mar[4]  = "You can make more friends in two months by becoming interested "
mar[4] += "in other people than you can in two years, by trying to get "
mar[4] += "people interested in you."
mar[4] += "<p><center> Dale Carnegie "

mar[5]  = "Rejoice not when thine enemy falleth, and let not thine heart be "
mar[5] += "glad when he stumbleth."
mar[5] += "<p><center> Proverbs 24:17 KJV "

mar[6]  = "A friend is a present you give yourself."
mar[6] += "<p><center> Robert Louis Stevenson "

mar[7]  = "A friend must not be wounded even in jest."
mar[7] += "<p><center> Syrus "

mar[8]  = "Be considerate with the feelings of others. &nbsp; There are "
mar[8] += "usually three sides to a controversy; yours, the other fellow\'s,"
mar[8] += "and the right one."
mar[8] += "<p><center> Robert G. Lee "

mar[9]  = "In the progress of personality, first comes a declaration of "
mar[9] += "independence, then a recognition of interdependence."
mar[9] += "<p><center> Henry van Dyke "

mar[10]  = "A brother offended is harder to be won than a strong city."
mar[10] += "<p><center> Proverbs 18:19 KJV "

mar[11]  = "Caring and loving must be verbalized if you are going to be a "
mar[11] += "friend. &nbsp; Your spoken expressions of care will build a "
mar[11] += "strong bridge."
mar[11] += "<p><center> Jim Conway "

mar[12]  = "Friends...lift our spirits, keep up honest, stick with us when "
mar[12] += "times are tough and make mundane tasks enjoyable. &nbsp; No "
mar[12] += "wonder we want to make friends."
mar[12] += "<p><center> Em Griffin "

mar[13]  = "The sweetest music to anyone\'s ears is the sound of his own name."
mar[13] += "<p><center> Robert G. Lee "

mar[14]  = "A true friend calls out growth in the other person. &nbsp; Of course, "
mar[14] += "you can\'t make anyone grow, but being a friend means you provide the "
mar[14] += "stimulus that will promote growth."
mar[14] += "<p><center> Jim Conway "

mar[15]  = "All of you be subject one to another, and be clothed with "
mar[15] += "humility."
mar[15] += "<p><center> 1 Peter 5:5 KJV "

mar[16]  = "Those who best knew Sir Walter Scott used to say of him, \"He "
mar[16] += "spoke to every man as though he were a blood relative."
mar[16] += "<p><center> Anonymous "

mar[17]  = "This is certain, that a person who studieth revenge keepeth his "
mar[17] += "wounds."
mar[17] += "<p><center> Francis Bacon "

mar[18]  = "To lose a friend is the greatest of all losses."
mar[18] += "<p><center> Syrus "

mar[19]  = "Can two walk together except they be agreed?"
mar[19] += "<p><center> Amos 3:3 KJV "

mar[20]  = "It\'s better to weep with wise men, than to laugh with fools."
mar[20] += "<p><center> Spanish Proverb "

mar[21]  = "A faithful friend is a strong defense: and he that hath found "
mar[21] += "such a one hath found a treasure."
mar[21] += "<p><center> Ecclesiasticus 6:14 "

mar[22]  = "Purchase not friends with gifts; when thou ceasest to give such "
mar[22] += "will cease to love."
mar[22] += "<p><center> Thomas Fuller "

mar[23]  = "As ye would that men should do to you, do ye also to them "
mar[23] += "likewise."
mar[23] += "<p><center> Luke 6:31 KJV "

mar[24]  = "Friendship is the only thing in the world concerning the "
mar[24] += "usefulness of which all mankind is agreed upon."
mar[24] += "<p><center> Cicero "

mar[25]  = "To throw away an honest friend is, as it were, to throw your "
mar[25] += "life away."
mar[25] += "<p><center> Sophocles "

mar[26]  = "Great souls by instinct to each other turn, demand alliance, and "
mar[26] += "in friendship burn."
mar[26] += "<p><center> Joseph Addison "

mar[27]  = "And of all best things upon the earth, I hold that a faithful "
mar[27] += "friend is the best."
mar[27] += "<p><center> Edward Robert Bulwer-Lytton "

mar[28]  = "By love serve one another."
mar[28] += "<p><center> Galatians 5:13 KJV "

mar[29]  = "You can\'t cultivate a friend by digging up the earth around him."
mar[29] += "<p><center> Anonymous "

mar[30]  = "It was not for to conquer, nor sweethearts to be kind, but it "
mar[30] += "was friends to die for, that I would seek to find."
mar[30] += "<p><center> A. E. Housman "


apr[0]  = "He cannot be properly chosen for a friend whose kindness is "
apr[0] += "exhaled by its own warmth or frozen by the first blast of slander."
apr[0] += "<p><center> Samuel Johnson "

apr[1]  = "A false friend and a shadow attend only while the sun shines."
apr[1] += "<p><center> Benjamin Franklin "

apr[2]  = "Friendship makes prosperity brighter, while it lightens adversity "
apr[2] += "by sharing its griefs and anxieties."
apr[2] += "<p><center> Cicero "

apr[3]  = "There is a friend that sticketh closer than a brother."
apr[3] += "<p><center> Proverbs 18:24 KJV "

apr[4]  = "Friendship, compounded of esteem and love, derives from one its "
apr[4] += "tenderness and its performance from the other."
apr[4] += "<p><center> Samuel Johnson "

apr[5]  = "Friendship is a sheltering tree."
apr[5] += "<p><center> Samuel Taylor Coleridge "

apr[6]  = "Friendship redoubleth joys, and cutteth griefs in half."
apr[6] += "<p><center> Francis Bacon "

apr[7]  = "Defining a friend is like trying to define beauty: it\'s often "
apr[7] += "in the eye of the beholder."
apr[7] += "<p><center> Jerry and Mary White "

apr[8]  = "Loyalty means defending our friends in difficulty as well as "
apr[8] += "prosperity."
apr[8] += "<p><center> Jerry and Mary White "

apr[9]  = "Greater love hath no man than this, that he lay down his life "
apr[9] += "for his friends."
apr[9] += "<p><center> John 15:13 KJV "

apr[10]  = "Nothing opens the heart like a true friend, to whom you may "
apr[10] += "impart griefs, joys, fears, hopes, suspicions and whatever lieth "
apr[10] += "upon the heart to oppress it."
apr[10] += "<p><center> Francis Bacon "

apr[11]  = "The most fatal disease of friendship is gradual decay."
apr[11] += "<p><center> Samuel Johnson "

apr[12]  = "Many a man proclaims his own loyalty, but who can find a "
apr[12] += "trustworthy man?"
apr[12] += "<p><center> Proverbs 20:6 NAS "

apr[13]  = "A pleasant companion reduces the length of a journey."
apr[13] += "<p><center> Syrus"

apr[14]  = "Few things destroy a friendship more than a broken confidence."
apr[14]  += "<p><center> Jerry and Mary White"

apr[15]  = "The supreme happiness of life is the conviction that we are "
apr[15] += "loved."
apr[15] += "<p><center> Victor Hugo "

apr[16]  = "If you love someone you will be loyal to them no matter what "
apr[16] += "the cost."
apr[16] += "<p><center> 1 Corinthians 13:7 TLB "

apr[17]  = "We make a living by what we get, but we make a life by what we "
apr[17] += "give."
apr[17] += "<p><center> Winston Churchill "

apr[18]  = "What if there were absolutely nothing a friend could accomplish "
apr[18] += "for us--would we still cherish the relationship?"
apr[18] += "<p><center> Lloyd John Ogilvie "

apr[19]  = "Love keeps a record of no wrongs."
apr[19] += "<p><center> 1 Corinthians 13:5 TLB "

apr[20]  = "The deepest principle in human nature is the craving to be "
apr[20] += "appreciated."
apr[20] += "<p><center> William James "

apr[21]  = "It is easy to get down on ourselves and devaluate the special "
apr[21] += "person we were created to be. &nbsp; A friend is a lift, not a "
apr[21] += "load; a boost, not a burden."
apr[21] += "<p><center> Lloyd John Ogilvie "

apr[22]  = "If you want to be respected by others, the greatest thing you "
apr[22] += "can do is respect yourself."
apr[22] += "<p><center> Anonymous "

apr[23]  = "If you love only those who love you, what good is that? &nbsp; Even "
apr[23] += "scoundrels do that much."
apr[23] += "<p><center> Mathew 5:46 TLB "

apr[24]  = "To speak ill of others is a dishonest way of praising ourselves."
apr[24] += "<p><center> Will Durant "

apr[25]  = "Genuine friends can enter into our celebration with as much or "
apr[25] += "more enthusiasm as they would have if the fortuitous serendipity "
apr[25] += "had happened to them."
apr[25] += "<p><center> Lloyd John Ogilvie "

apr[26]  = "There\'s a great difference between sympathy and empathy."
apr[26] += "&nbsp; Sympathy is concern at a distance. &nbsp;Empathy is "
apr[26] += "strong identification."
apr[26] += "<p><center> Anonymous "

apr[27]  = "Empathy is your pain in my heart."
apr[27] += "<p><center> Halford Luccock "

apr[28]  = "Mercy is as beautiful in a time of trouble as rain clouds in a "
apr[28] += "time of drought."
apr[28] += "<p><center> Ecclesiasticus 35:20 (Goodspeed) "

apr[29]  = "Together we stick; divided we\'re stuck."
apr[29] += "<p><center> Evon Hedly "


may[0]  = "Friendship is the poetry of life."
may[0] += "<p><center> Anonymous "

may[1]  = "For all the law is fulfilled in one word, even this: you shall "
may[1] += "love your neighbor as yourself."
may[1] += "<p><center> Galatians 5:14 NKJ "

may[2]  = "Give what you have. &nbsp; To some it may be better than you dare "
may[2] += "think."
may[2] += "<p><center> Henry Wadsworth Longfellow "

may[3]  = "The continuance of anger is hatred."
may[3] += "<p><center> Francis Quarles "

may[4]  = "It is impossible not to be distressed by some of the things our "
may[4] += "friends do. &nbsp; Great friends keep short accounts. &nbsp; They "
may[4] += "deal with their feelings day by day rather than building up a "
may[4] += "resentment reservoir."
may[4] += "<p><center> Lloyd John Ogilvie "

may[5]  = "In friendship there is a yielding to the other, with the full "
may[5] += "knowledge that the golden rule is as applicable today as the day "
may[5] += "it was first given to Israel: do unto others as you would have "
may[5] += "them do unto you."
may[5] += "<p><center> Ted Engstrom "

may[6]  = "The mature\'s adult doesn\'t worry about how many friends she "
may[6] += "can count, but about whether she is a friend others can count on."
may[6] += "<p><center> Melodie Davis "

may[7]  = "Each of us is a one-of-a-kind creation. &nbsp; Therefore, it will "
may[7] += "always take time--often a long time--to understand one another."
may[7] += "<p><center> Ted Engstrom "

may[8]  = "Spontaneity is one of the great joys of a strong friendship."
may[8] += "<p><center> Jerry and Mary White "

may[9]  = "My definition of a friend is one who knows all about you and "
may[9] += "won\'t go away."
may[9] += "<p><center> Anonymous "

may[10]  = "For he himself said, I will never leave you nor forsake you."
may[10] += "<p><center> Hebrews 13:5 NKJ "

may[11]  = "Many people think they are thinking when they are really just "
may[11] += "rearranging their prejudices and superstitions."
may[11] += "<p><center> Edward R. Murrow "

may[12]  = "Helping and serving in a friendship seals our need for each other "
may[12] += "and gives us a sense of personal fulfillment and satisfaction."
may[12] += "<p><center> Jerry and Mary White "

may[13]  = "A man can live without a brother, but not without a friend."
may[13] += "<p><center> German Proverb "

may[14]  = "When others are happy, be happy with them. &nbsp; If they are "
may[14] += "sad share their sorrow."
may[14] += "<p><center> Romans 12:15 TLB "

may[15]  = "When I use the word friendship, I\'m thinking of a depth "
may[15] += "relationship that includes such things as support, understanding, "
may[15] += "acceptance, love and trust."
may[15] += "<p><center> Jim Conway "

may[16]  = "Effective love is not like a retractable point on a ballpoint pen."
may[16] += "<p><center> John Powell "

may[17]  = "Ah, friend, let us be true to one another."
may[17] += "<p><center> Matthew Arnold "

may[18]  = "Though your cloak be threadbare, half of it is mine, for we are "
may[18] += "friends."
may[18] += "<p><center> Lilla Cabot Perry "

may[19]  = "A sympathetic friend can be quite as dear as a brother."
may[19] += "<p><center> Homer "

may[20]  = "Without friends no one would choose to live even if he had all "
may[20] += "other goods."
may[20] += "<p><center> Aristotle "

may[21]  = "Life without a friend is death without a witness."
may[21] += "<p><center> George Herbert "

may[22]  = "Better without gold than without a friend."
may[22] += "<p><center> Cahier "

may[23]  = "We should behave to our friends as we would wish our friends "
may[23] += "to behave toward us."
may[23] += "<p><center> Aristotle "

may[24]  = "The ties of friendship should be unravelled rather than rent apart."
may[24] += "<p><center> Cicero "

may[25]  = "The faithful friend is beyond price, and there is no weighing "
may[25] += "of his goodness."
may[25] += "<p><center> Book of Wisdom "

may[26]  = "Be slow in choosing a friend and slower in changing."
may[26] += "<p><center> Benjamin Franklin "

may[27]  = "To have a friend come from a distant part, is it not happiness?"
may[27] += "<p><center> Confucius "

may[28]  = "Nothing, so long as I am in my senses, would I match with the "
may[28] += "joy that a friend may bring."
may[28] += "<p><center> Horace "

may[29]  = "Laughter is the shortest distance between two people."
may[29] += "<p><center> Victor Borge "

may[30]  = "One friend ever watches and cares for another."
may[30] += "<p><center> Randle Cosgrave "


jun[0]  = "Don\'t let the sun go down on your anger."
jun[0] += "<p><center> Ephesians 4:26 RSV "

jun[1]  = "The most precious of all possessions is a wise and loyal friend."
jun[1] += "<p><center> Herodotus "

jun[2]  = "One of the hardest things in life is watching the person you love, love someone else."
jun[2] += "<p><center> Anonymous "

jun[3]  = "Nothing but heaven itself is better than a friend who is really "
jun[3] += "a friend."
jun[3] += "<p><center> Plautus "

jun[4]  = "With all lowliness and meekness, with longsuffering, forbearing "
jun[4] += "one another in love."
jun[4] += "<p><center> Ephesians 4:2 KJV "

jun[5]  = "A friend is a person with whom you dare to be honest."
jun[5] += "<p><center> Frank Crane "

jun[6]  = "A friend may well be reckoned the masterpiece of nature."
jun[6] += "<p><center> Ralph Waldo Emerson "

jun[7]  = "A sympathetic friend can be quite as dear as a brother."
jun[7] += "<p><center> Homer "

jun[8]  = "He who gives in friendship\'s name shall reap what he has spent."
jun[8] += "<p><center> Anne S. Eaton "

jun[9]  = "He does good to himself who does good to his friends."
jun[9] += "<p><center> Erasmus "

jun[10]  = "True is the saying, \"Get thee friends, not relations only.\""
jun[10] += "<p><center> Euripides "

jun[11]  = "A divine person is the prophecy of the mind; a friend is the "
jun[11] += "hope of the heart."
jun[11] += "<p><center> Ralph Waldo Emerson "

jun[12]  = "A friend is a person with whom I may be sincere."
jun[12] += "<p><center> Ralph Waldo Emerson "

jun[13]  = "My friend is one who takes me for who I am."
jun[13] += "<p><center> Henry David Thoreau "

jun[14]  = "A true friend is of more price than a kingdom."
jun[14] += "<p><center> John Lyly "

jun[15]  = "Whenever we can we should always be kind to everyone."
jun[15] += "<p><center> Galatians 6:10 TLB "

jun[16]  = "Short reckonings make for long friends."
jun[16] += "<p><center> Benjamin Franklin "

jun[17]  = "He that ceaseth to be a friend, never was one."
jun[17] += "<p><center> Thomas Fuller "

jun[18]  = "Thy faithfulness is unto all generations."
jun[18] += "<p><center> Psalm 119:90 KJV "

jun[19]  = "When my friends are one-eyed, I look at their profile."
jun[19] += "<p><center> Joseph Jubert "

jun[20]  = "A brother may not be a friend, but a friend will always be a brother."
jun[20] += "<p><center> Benjamin Franklin "

jun[21]  = "Speak every man truth with his neighbour: for we are members "
jun[21] += "one of another."
jun[21] += "<p><center> Ephesians 4:25 KJV "

jun[22]  = "When a friend deals with a friend, let the bargain be clear and "
jun[22] += "well-penned; that they may continue friends to the end."
jun[22] += "<p><center> Benjamin Franklin "

jun[23]  = "He is the greater friend whose censure heals than he whose "
jun[23] += "flattery anoints the head."
jun[23] += "<p><center> St. Augustine "

jun[24]  = "It is part of a friend to forewarn a right."
jun[24] += "<p><center> Lucilius "

jun[25]  = "Be...full of sympathy toward each other, loving one another with "
jun[25] += "tender hearts and humble minds."
jun[25] += "<p><center> 1 Peter 3:8 TLB "

jun[26]  = "I have discharged the duty of a friend in that I have not winked "
jun[26] += "at their folly."
jun[26] += "<p><center> John Lyly"

jun[27]  = "Friends are like good melons..to find a good one, you must try "
jun[27] += "one hundred."
jun[27] += "<p><center> Claude Mermet "

jun[28]  = "I praise you when you regard the trouble of your friend as your "
jun[28] += "own."
jun[28] += "<p><center> Anonymous "

jun[29]  = "A friend is more indispensable than fire and water."
jun[29] += "<p><center> Plutarch "


jul[0]  = "It\'s difficult to win a friend in a year; it\'s easy to lose one "
jul[0] += "in an hour."
jul[0] += "<p><center> H. H. Hart "

jul[1]  = "Thou canst not have me for a friend and flatterer too."
jul[1] += "<p><center> William Penn "

jul[2]  = "The admonition of a true friend should be like the practice of "
jul[2] += "a fine physician who wraps his sharp pills in fine sugar."
jul[2] += "<p><center> John Lyly "

jul[3]  = "Do not in a moment estrange a friend it has taken a lifetime to "
jul[3] += "secure."
jul[3] += "<p><center> William Larauet "

jul[4]  = "A black swan or a white crow are less rare than a faithful friend."
jul[4] += "<p><center> Erasmus "

jul[5]  = "He that doth love on absent friends to jeer, may hence depart, no "
jul[5] += "room is for him here."
jul[5] += "<p><center> St. Augustine "

jul[6]  = "Let each esteem the other better than themselves."
jul[6] += "<p><center> Philippians 2:3 KJV "

jul[7]  = "Who spreads nets for his friends snares his own feet."
jul[7] += "<p><center> John Taylor "

jul[8]  = "Friends will not only live in harmony, but in melody."
jul[8] += "<p><center> Henry David Thoreau "

jul[9]  = "True friends have one soul between them."
jul[9] += "<p><center> Aristotle "

jul[10]  = "In tight places one\'s friends are apparent."
jul[10] += "<p><center> Petronius "

jul[11]  = "The best mirror is an old friend."
jul[11] += "<p><center> George Hebert "

jul[12]  = "Where your friends are there your riches are."
jul[12] += "<p><center> Plautus "

jul[13]  = "Friendship as the union of two selves lies beyond happiness or "
jul[13] += "unhappiness. &nbsp; It is simply the other side of our life and "
jul[13] += "thus free from all danger."
jul[13] += "<p><center> Ladislaus Boros "

jul[14]  = "Don\'t walk in front of me, I may not follow. &nbsp; Don\'t walk "
jul[14] += "behind me, I may not lead. &nbsp; Walk beside me and just be my "
jul[14] += "friend."
jul[14] += "<p><center> Albert Camus "

jul[15]  = "When a friend laughs, it is for him to disclose the subject of "
jul[15] += "his joy; when he weeps, it is for me to discover the cause of "
jul[15] += "his sorrow."
jul[15] += "<p><center> Joseph Francois Desmahis "

jul[16]  = "Now we who are strong ought to bear the weaknesses of those "
jul[16] += "without strength and not just please ourselves."
jul[16] += "<p><center> Romans 15:1 NAS "

jul[17]  = "From acquaintances, we conceal our real selves. &nbsp; To our "
jul[17] += "friends, we reveal our weaknesses."
jul[17] += "<p><center> Basil Hume "

jul[18]  = "A friend may be often found and lost, but an old friend never "
jul[18] += "can be found, and nature has provided that he cannot easily be "
jul[18] += "lost."
jul[18] += "<p><center> Samuel Johnson "

jul[19]  = "Be more swift-footed to visit friends in adversity than in "
jul[19] += "prosperity."
jul[19] += "<p><center> Chilon "

jul[20]  = "Who is mighty? &nbsp; He who turns an enemy into a friend."
jul[20] += "<p><center> Babylonian Talmud "

jul[21]  = "Let us not be desirous of vain glory, provoking one another."
jul[21] += "<p><center> Galatians 5:26 KJV "

jul[22]  = "True friendship is a slow grower, and never thrives unless "
jul[22] += "ingrafted upon a stock of known and reciprocal merit."
jul[22] += "<p><center> George Washington "

jul[23]  = "May the hinges of friendship never rust, nor the wings of love "
jul[23] += "lose a feather."
jul[23] += "<p><center> E. B. Ramsey "

jul[24]  = "Without confidence there is no friendship."
jul[24] += "<p><center> Epicurus "

jul[25]  = "There is no fear in love, but perfect love casteth out fear."
jul[25] += "<p><center> 1 John 4:18 KJV "

jul[26]  = "Let him have the key to thy heart who hath the lock to thy own."
jul[26] += "<p><center> Sir Thomas Brown "

jul[27]  = "Difficult as it really is to listen to someone in affliction, "
jul[27] += "it is just as difficult for him to know that compassion is "
jul[27] += "listening to him."
jul[27] += "<p><center> Simone Weil "

jul[28]  = "He is likely to be mistaken who makes the choice of a covetous "
jul[28] += "man his friend."
jul[28] += "<p><center> Sir Thomas Brown "

jul[29]  = "But every road is rough to me that hath no friend to cheer it."
jul[29] += "<p><center> Elizabeth Shane "

jul[30]  = "For it is not an enemy...who hates me who has exalted himself "
jul[30] += "against me, then I could hide myself from him. &nbsp; But it is "
jul[30] += "you...my familiar friend."
jul[30] += "<p><center> Psalm 55:12, 13 NAS "


aug[0]  = "Yes, we must ever be friends; and of all who offer you friendship, "
aug[0] += "let me be ever the first, the truest, the nearest and dearest."
aug[0] += "<p><center> Henry Wadsworth Longfellow "

aug[1]  = "Iron sharpeneth iron; so a man sharpeneth the countenance of his "
aug[1] += "friend."
aug[1] += "<p><center> Proverbs 27:17 KJV "

aug[2]  = "Better be a thorn in the side of your friend, than a mere echo."
aug[2] += "<p><center> Ralph Waldo Emerson "

aug[3]  = "We have been friends together, in sunshine and in shade."
aug[3] += "<p><center> Caroline Norton "

aug[4]  = "Friendship is a word the very sight of which in print makes the "
aug[4] += "heart warm."
aug[4] += "<p><center> Augustine Bell "

aug[5]  = "Friendship! &nbsp; Mysterious cement of the soul! &nbsp; Sweet\'ner "
aug[5] += "of life!"
aug[5] += "<p><center> Robert Blair "

aug[6]  = "True friendship is like sound health: the value of it is seldom "
aug[6] += "known until it be lost."
aug[6] += "<p><center> Charles C. Colton "

aug[7]  = "Friends will often be apart. &nbsp; They will respect more each "
aug[7] += "other\'s privacy than their communion."
aug[7] += "<p><center> Henry David Thoreau "

aug[8]  = "Do not use a hatchet to remove a fly from your friend\'s forehead."
aug[8] += "<p><center> Chinese Proverb "

aug[9]  = "It\'s the friend you can call at 4 a.m. that matters."
aug[9] += "<p><center> Anonymous "

aug[10]  = "Intimacies which increase vanity destroy friendship."
aug[10] += "<p><center> William Ellery Channing "

aug[11]  = "There can be no friendship where there is no freedom."
aug[11] += "&nbsp; Friendship loves free air, and will not be fenced up in "
aug[11] += "straight and narrow enclosures."
aug[11] += "<p><center> William Penn"

aug[12]  = "See that none render evil for evil unto any man; but ever "
aug[12] += "follow that which is good, both among yourselves, and to all men."
aug[12] += "<p><center> 1 Thessalonians 5:15 KJV "

aug[13]  = "Friendship is the greatest enrichment I have found."
aug[13] += "<p><center> Adlai E. Stevenson "

aug[14]  = "Friendship is like money: easier made than kept."
aug[14] += "<p><center> Samuel Butler "

aug[15]  = "True friendship comes when silence between two people is "
aug[15] += "comfortable."
aug[15] += "<p><center> Dave Tyson Gentry "

aug[16]  = "Make no friendship with an angry man; and with a furious man "
aug[16] += "thou shalt not go."
aug[16] += "<p><center> Proverbs 22:24 KJV "

aug[17]  = "Friends: People who borrow books and set glasses on them."
aug[17] += "<p><center> Edwin Arlington Robinson "

aug[18]  = "Compassion is not just an exhibition of pity; it is a virtue in "
aug[18] += "the strict sense of being a habit."
aug[18] += "<p><center> Hubert van Zeller "

aug[19]  = "Compassion is suffering: constant willingness to share in the "
aug[19] += "suffering of others."
aug[19] += "<p><center> Hubert van Zeller "

aug[20]  = "Believe me, if all those endearing young charms, which I gaze "
aug[20] += "on so fondly today, were to change by tomorrow, and fleet in my "
aug[20] += "arms...thou wouldst still be my friend."
aug[20] += "<p><center> Thomas Moore "

aug[21]  = "It is not while beauty and youth are thine own, and cheeks "
aug[21] += "unprofained by a tear, that the fervor and faith of a soul may "
aug[21] += "be known, to which time will but make thee more dear."
aug[21] += "<p><center> Thomas Moore "

aug[22]  = "If I had known what trouble you were bearing, what griefs were "
aug[22] += "in the silence of your face, I would have been more gentle and "
aug[22] += "caring, and tried to give you gladness for a space."
aug[22] += "<p><center> Mary Caroline Davies "

aug[23]  = "No, the heart that truly loved never forgets, but truly loves "
aug[23] += "on to the close."
aug[23] += "<p><center> Thomas Moore "

aug[24]  = "You entered my life in a casual way, and saw at a glance what I "
aug[24] += "needed. &nbsp; There were others who passed me or met me each "
aug[24] += "day, but never a one of them heeded."
aug[24] += "<p><center> Grace Stricker Dawson "

aug[25]  = "And who will walk a mile with me along life\'s weary way?"
aug[25] += "&nbsp; A friend whose heart has eyes to see the stars shine out o\'er "
aug[25] += "the darkening lea."
aug[25] += "<p><center> Henry van Dyke "

aug[26]  = "There are times when encouragement means such a lot. &nbsp; And "
aug[26] += "a word is enough to convey it. &nbsp; There were others who could "
aug[26] += "have as easy as not, but just the same they chose not to say it."
aug[26] += "<p><center> Grace Stricker Dawson "

aug[27]  = "The noblest vengeance is to forgive."
aug[27] += "<p><center> English Proverb "

aug[28]  = "Everyone says that forgiveness is a lovely idea until they have "
aug[28] += "to do it."
aug[28] += "<p><center> Anonymous "

aug[29]  = "In prosperity our friends know us; in adversity we know our "
aug[29] += "friends."
aug[29] += "<p><center> Churton Collins "

aug[30]  = "Job endured everything--until his friends came to comfort him, "
aug[30] += "then he grew impatient."
aug[30] += "<p><center> Kierkegaard "


sep[0]  = "Friendship is the marriage of the soul."
sep[0] += "<p><center> Voltaire "

sep[1]  = "It takes your enemy and your friend, working together, to hurt "
sep[1] += "you to heart; the one to slander you and the other to get the "
sep[1] += "news to you."
sep[1] += "<p><center> Mark Twain "

sep[2]  = "The art of friendship is more like wrestling than dancing."
sep[2] += "<p><center> Marcus Aurelius "

sep[3]  = "When a feller hasn\'t got a cent and is feelin\' kind of blue, "
sep[3] += "and clouds hang thick and dark and won\'t let the sunshine "
sep[3] += "through, it\'s a great thing, oh, my brethren, for a feller just "
sep[3] += "to lay his hand upon your shoulder in a special sort of way."
sep[3] += "<p><center> Anonymous "

sep[4]  = "Be intimate with few, and let those few be well tried before you "
sep[4] += "give them your confidence."
sep[4] += "<p><center> George Washington "

sep[5]  = "Put on a heart of compassion, kindness, humility, gentleness and "
sep[5] += "patience."
sep[5] += "<p><center> Colossians 3:12 NAS "

sep[6]  = "Of all the heavenly gifts that mortal men commend, what trusty "
sep[6] += "treasure in the world can countervail a friend?"
sep[6] += "<p><center> Nicholas Grimoald "

sep[7]  = "Without fidelity there cannot be an authentic relationship."
sep[7] += "<p><center> John Powell "

sep[8]  = "What sweeter solace shall befall, than such a one to find, upon "
sep[8] += "whose breast thou may repose, the secrets of thy mind?"
sep[8] += "<p><center> Nicholas Grimoald "

sep[9]  = "Wishing to be friends is quick work, but friendship is a slow "
sep[9] += "ripening fruit."
sep[9] += "<p><center> Aristotle "

sep[10]  = "Life is littered with broken relationships. &nbsp; I think "
sep[10] += "that\'s because people live their lives in the realm of their "
sep[10] += "emotions."
sep[10] += "<p><center> Jill Briscoe and Judy Golz "

sep[11]  = "Life is to be fortified by many friendships. &nbsp; To love and "
sep[11] += "be loved is the greatest happiness of existence."
sep[11] += "<p><center> Sydney Smith "

sep[12]  = "Between friends there is no need for justice."
sep[12] += "<p><center> Aristotle "

sep[13]  = "Love is something that is done, not something that is felt."
sep[13] += "<p><center> Alan Loy McGinnis "

sep[14]  = "Our opinion of people depends less upon what we see in them "
sep[14] += "than upon what they make us see in ourselves."
sep[14] += "<p><center> Sara Grand "

sep[15]  = "Speak ill of no man, but speak all the good you know of "
sep[15] += "everyone."
sep[15] += "<p><center> Benjamin Franklin "

sep[16]  = "Friendship must be learned, and learned again and again; there "
sep[16] += "is no end to it."
sep[16] += "<p><center> Katherine Anne Porter "

sep[17]  = "That best portion of a good man\'s life--his little, nameless "
sep[17] += "acts of kindness and love."
sep[17] += "<p><center> William Wadsworth "

sep[18]  = "In a friendship be liberal with praise."
sep[18] += "<p><center> Alan Loy McGinnis "

sep[19]  = "I can live for two months on one good compliment."
sep[19] += "<p><center> Mark Twain "

sep[20]  = "Be patient with all men."
sep[20] += "<p><center> 1 Thessalonians 5:14 NAS "

sep[21]  = "If you train your mind to search for the positive things about "
sep[21] += "other people, you will be surprised at how many good things you "
sep[21] += "can observe in them and comment on."
sep[21] += "<p><center> Alan Loy McGinnis "

sep[22]  = "Friends should be preferred to kings."
sep[22] += "<p><center> Voltaire "

sep[23]  = "The first duty of love is to listen."
sep[23] += "<p><center> Paul Tillich "

sep[24]  = "The only thing worse than suffering an injustice is committing "
sep[24] += "an injustice."
sep[24] += "<p><center> Plato"

sep[25]  = "The best friendships have all weathered misunderstandings and "
sep[25] += "trying times. &nbsp; One of the secrets of a good relationship "
sep[25] += "is the ability to accept the storms."
sep[25] += "<p><center> Alan Loy McGinnis "

sep[26]  = "There can be no intimacy without conversation. &nbsp; To know "
sep[26] += "and love a friend over the years you must have regular talks."
sep[26] += "<p><center> Alan Loy McGinnis "

sep[27]  = "The roots of even the deepest friendship die in the heart if "
sep[27] += "not tenderly cherished."
sep[27] += "<p><center> Von Herder "

sep[28]  = "They are rich who have true friends."
sep[28] += "<p><center> Thomas Fuller "

sep[29]  = "If it is very painful for you to criticize your friends, you "
sep[29] += "are safe in doing it. &nbsp; But if you take the slightest "
sep[29] += "pleasure in it, that is the time to hold your tongue."
sep[29] += "<p><center> Alice Miller "


oct[0]  = "One personality trait gets the prize for ruining more "
oct[0] += "relationships than any other--the tendency to control."
oct[0] += "<p><center> Alan Loy McGinnis"

oct[1]  = "Let not the grass grow on the path of friendship."
oct[1] += "<p><center> Native American saying "

oct[2]  = "When men are friends, even water is sweet."
oct[2] += "<p><center> William Scarborough "

oct[3]  = "The happiest business in all the world is that of making friends. "
oct[3] += "<p><center> Anne S. Eaton "

oct[4]  = "The most precious of all possessions is a wise and loyal friend."
oct[4] += "<p><center> Darius "

oct[5]  = "Great friendships are never without some degree of anxiety."
oct[5] += "<p><center> Marquise de Sevign "

oct[6]  = "Friendships that flame, go out in a flash."
oct[6] += "<p><center> Thomas Fuller "

oct[7]  = "Most of all, let love guide your life."
oct[7] += "<p><center> Colossians 3:14 TLB "

oct[8]  = "The secret of life is honesty and fair dealing. &nbsp; If you can "
oct[8] += "fake that, you\'ve got it made."
oct[8] += "<p><center> Groucho Marx (1890-1977)"

oct[9]  = "Minds are like parachutes. &nbsp; They only function when they "
oct[9] += "are open."
oct[9] += "<p><center> Sir James Dewar, Scientist (1877-1925)"

oct[10]  = "Life is the art of drawing sufficient conclusions from "
oct[10] += "insufficient premises."
oct[10] += "<p><center> Samuel Butler (1612-1680)"

oct[11]  = "Twenty years from now you will be more disappointed by the "
oct[11] += "things you didn\'t do than by the ones you did. &nbsp; So throw "
oct[11] += "off the bowlines. &nbsp; Sail away from the safe harbor."
oct[11] += "&nbsp; Catch the trade winds in your sails. &nbsp;Explore."
oct[11] += "&nbsp; Dream."
oct[11] += "<p><center> Mark Twain (1835-1910)"

oct[12]  = "When people are free to do as they please, they usually "
oct[12] += "imitate each other."
oct[12] += "<p><center> Eric Hoffer (1902-1983)"

oct[13]  = "When all think alike, no one is thinking very much."
oct[13] += "<p><center> Walter Lippmann (1889-1974)"

oct[14]  = "Whenever you find you are on the side of the majority, it is "
oct[14] += "time to pause and reflect."
oct[14] += "<p><center> Mark Twain (1835-1910)"

oct[15]  = "The fellow who thinks he knows it all is especially annoying "
oct[15] += "to those of us who do."
oct[15] += "<p><center> Harold Coffin "

oct[16]  = "As I grow older, I pay less attention to what men say. &nbsp; I "
oct[16] += "just watch what they do."
oct[16] += "<p><center> Andrew Carnegie (1835-1919)"

oct[17]  = "A jury consists of twelve people who determine which client has "
oct[17] += "the better lawyer."
oct[17] += "<p><center> Robert Frost "

oct[18]  = "Making the simple complicated is commonplace; making the "
oct[18] += "complicated simple, awesomely simple, that\'s creativity."
oct[18] += "<p><center> Charles Mingus "

oct[19]  = "The most difficult thing in the world is to know how to do a "
oct[19] += "thing and to watch somebody else doing it wrong, without comment."
oct[19] += "<p><center> T. H. White "

oct[20]  = "What orators lack in depth they make up for in length."
oct[20] += "<p><center> Charles de Secondat, Baron de Montesquieu "
oct[20] += "(1689-1775)"

oct[21]  = "Wise men talk because they have something to say; fools, "
oct[21] += "because they have to say something."
oct[21] += "<p><center> Plato (429-347 BC)"

oct[22]  = "Those who cannot remember the past are condemned to repeat it."
oct[22] += "<p><center> George Santayana (1863-1952)"

oct[23]  = "What luck for the rulers that men do not think."
oct[23] += "<p><center> Adolf Hitler (1889-1945)"

oct[24]  = "Imagination is the one weapon in the war against reality."
oct[24] += "<p><center> Jules de Gaultier"

oct[25]  = "The important thing is never to stop questioning."
oct[25] += "<p><center> Albert Einstein"

oct[26]  = "Only the suppressed word is dangerous."
oct[26] += "<p><center> Ludwig Börne"

oct[27]  = "A cynic is a man who knows the price of everything, and the "
oct[27] += "value of nothing."
oct[27] += "<p><center> Oscar Wilde"

oct[28]  = "Don\'t go around saying the world owes you a living; the world "
oct[28] += "owes you nothing; it was here first."
oct[28] += "<p><center> Mark Twain [Samuel Langhornne Clemens] (1835-1910)"

oct[29]  = "If you can't describe what you are doing as a process, you "
oct[29] += "don\'t know what you\'re doing."
oct[29] += "<p><center> W. Edwards Deming"

oct[30]  = "No one can make you feel inferior without your consent."
oct[30] += "<p><center> Eleanor Roosevelt "


nov[0]  = "Only those who dare to fail greatly can ever achieve greatly."
nov[0] += "<p><center> Robert F. Kennedy"

nov[1]  = "A pint of sweat, saves a gallon of blood." 
nov[1] += "<p><center> General George S. Patton (1885-1945) "

nov[2]  = "If Stupidity got us into this mess, then why can\'t it get us out?"
nov[2] += "<p><center> Will Rogers (1879-1935) "

nov[3]  = "Well done is better than well said." 
nov[3] += "<p><center> Benjamin Franklin (1706-1790)  "

nov[4]  = "Foolproof systems don't take into account the ingenuity of fools."
nov[4] += "<p><center> Gene Brown  "

nov[5]  = "Where ignorance is our master, there is no possibility of real "
nov[5] += "peace." 
nov[5] += "<p><center> Dalai Lama "

nov[6]  = "Better to remain silent and be thought a fool than to speak out "
nov[6] += "and remove all doubt."
nov[6] += "<p><center> Abraham Lincoln "

nov[7]  = "If at first you don\'t succeed, try, try again. Then quit. No "
nov[7] += "use being a damn fool about it."
nov[7] += "<p><center> W.C. Fields (1880-1946) "

nov[8]  = "Life is half spent before one knows what life is."
nov[8] += "<p><center> French Proverb "

nov[9]  = "And in the end it\'s not the years in your life that count. "
nov[9] += "&nbsp; It\n's the life in your years." 
nov[9] += "<p><center> Abraham Lincoln "

nov[10]  = "Heal the past; live the present; dream the future."
nov[10] += "<p><center> Anonymous "

nov[11]  = "Obstacles are those frightful things you see when you take "
nov[11] += "your eyes off your goal."
nov[11] += "<p><center> Henry Ford "

nov[12]  = "Better to light a candle than to curse the darkness."
nov[12] += "<p><center> Chinese Proverb "

nov[13]  = "Glory is fleeting, but obscurity is forever. " 
nov[13] += "<p><center> Napoleon Bonaparte (1769-1821)  "

nov[14]  = "Only two things are infinite, the universe and human stupidity, "
nov[14] += "and I\'m not sure about the former." 
nov[14] += "<p><center> Albert Einstein (1879-1955) "

nov[15]  = "The use of COBOL cripples the mind; its teaching should, "
nov[15] += "therefore, be regarded as a criminal offense." 
nov[15] += "<p><center> Edsgar Dijkstra "

nov[16]  = "If you gaze long into an abyss, the abyss will gaze back into "
nov[16] += "you." 
nov[16] += "<p><center> Friedrich Nietzsche (1844-1900) "

nov[17]  = "To the world, you may be just one person, but to one person, "
nov[17] += "you may be the world."
nov[17] += "<p><center> Anonymous </center>"

nov[18]  = "Never mistake motion for action. " 
nov[18] += "<p><center> Ernest Hemingway (1899-1961) "

nov[19]  = "Whatever is begun in anger ends in shame. " 
nov[19] += "<p><center> Benjamin Franklin (1706-1790) "

nov[20]  = "The truth is more important than the facts. " 
nov[20] += "<p><center> Frank Lloyd Wright (1868-1959) "

nov[21]  = "There are only two tragedies in life: one is not getting what "
nov[21] += "one wants, and the other is getting it. " 
nov[21] += "<p><center> Oscar Wilde (1854-1900) "

nov[22]  = "There are only two ways to live your life. One is as though "
nov[22] += "nothing is a miracle. The other is as though everything is a "
nov[22] += "miracle. "
nov[22] += "<p><center> Albert Einstein (1879-1955)"

/*  http://pirovich.com/quotes.html  */
nov[23]  = "A crust eaten in peace is better than a banquet partaken in "
nov[23] += "anxiety."
nov[23] += "<p><center> Aesop "

nov[24]  = "We make war that we may live in peace."
nov[24] += "<p><center> Aristotle "

nov[25]  = "Men willingly believe what they wish."
nov[25] += "<p><center> Julius Caesar "

nov[26]  = "A proverb is a short sentence based on long experience."
nov[26] += "<p><center> Miguel de Cervantes"

nov[27]  = "The man who strikes first admits that his ideas have given out."
nov[27] += "<p><center> Chinese Proverb"

nov[28]  = "I never deny, I never contradict. &nbsp; I sometimes forget."
nov[28] += "<p><center> Benjamin Disraeli"

nov[29]  = "The important thing is not to stop questioning."
nov[29] += "<p><center> Albert Einstein "


dec[0]  = "Women like silent men. &nbsp; They think they're listening."
dec[0] += "<p><center> Marcel Archard"

dec[1]  = "The man who lets himself be bored is even more contemptible "
dec[1] += "than the bore."
dec[1] += "<p><center> Samuel Butler"

dec[2]  = "Any fool can tell the truth, but it requires a man of some sense "
dec[2] += "to know how to lie well."
dec[2] += "<p><center> Samuel Butler"

dec[3]  = "He who asks is a fool for five minutes, but he who does not ask "
dec[3] += "remains a fool forever."
dec[3] += "<p><center> Chinese proverb"

dec[4]  = "People are always talking about tradition, but they forget we "
dec[4] += "have a tradition of a few hundred years of nonsense and "
dec[4] += "stupidity, that there is a tradition of idiocy, incompetence "
dec[4] += "and crudity."
dec[4] += "<p><center> Hugo Demartini"

dec[5]  = "I never think of the future - it comes soon enough."
dec[5] += "<p><center> Albert Einstein"

dec[6]  = "Always do what you are afraid to do."
dec[6] += "<p><center> Ralph Waldo Emerson"

dec[7]  = "Talk sense to a fool and he calls you foolish." 
dec[7] += "<p><center> Euripides"

dec[8]  = "I am free of all prejudices. I hate everyone equally."
dec[8] += "<p><center> W.C. Fields"

dec[9]  = "Nothing is particularly hard if you divide it into small jobs."
dec[9] += "<p><center> Henry Ford"

dec[10]  = "A country can be judged by the quality of its proverbs." 
dec[10] += "<p><center> German Proverb"

dec[11]  = "Opinions founded on prejudice are always sustained with the "
dec[11] += "greatest violence."
dec[11] += "<p><center> Hebrew Proverb"

dec[12]  = "Drama is life with the dull bits cut out."
dec[12] += "<p><center> Alfred Hitchcock"

dec[13]  = "The right to be heard does not automatically include the right "
dec[13] += "to be taken seriously."
dec[13] += "<p><center> Hubert H. Humphrey"

dec[14]  = "Mankind must put an end to war, or war will put an end to "
dec[14] += "mankind."
dec[14] += "<p><center> John F. Kennedy"

dec[15]  = "The ultimate measure of a man is not where he stands in "
dec[15] += "moments of comfort, but where he stands at times of challenge "
dec[15] += "and controversy."
dec[15] += "<p><center> Martin Luther King Jr"

dec[16]  = "It is true that liberty is precious - so precious that it must "
dec[16] += "be rationed."
dec[16] += "<p><center> Nikolai Lenin"

dec[17]  = "Nearly all men can stand adversity, but if you want to test a "
dec[17] += "man\'s character, give him power."
dec[17] += "<p><center> Abraham Lincoln"

dec[18]  = "I have always thought the actions of men the best interpreters "
dec[18] += "of their thoughts."
dec[18] += "<p><center> John Locke"

dec[19]  = "Ten people who speak make more noise than ten thousand who are "
dec[19] += "silent."
dec[19] += "<p><center> Napoleon"

dec[20]  = "People who know little are usually great talkers, while men "
dec[20] += "who know much say little."
dec[20] += "<p><center> Jean Jacques Rousseau"

dec[21]  = "It is amazing what you can accomplish if you do not care who "
dec[21] += "gets the credit."
dec[21] += "<p><center> Harry S Truman"

dec[22]  = "There are three kinds of lies: lies, damned lies, and statistics."
dec[22] += "<p><center> Mark Twain"

dec[23]  = "No man is rich enough to buy back his past."
dec[23] += "<p><center> Oscar Wilde"

dec[24]  = "It is easier to fight for one's principles than to live up to "
dec[24] += "them."
dec[24] += "<p><center> Alfred Adler"

dec[25]  = "The hottest places in Hell are reserved for those who in time "
dec[25] += "of great moral crises maintain their neutrality."
dec[25] += "<p><center> Dante"

dec[26]  = "A friend is a person with whom I may be sincere. &nbsp; Before "
dec[26] += "him, I may think aloud."
dec[26] += "<p><center> Ralph Waldo Emerson"

dec[27]  = "Beauty without grace is the hook without the bait."
dec[27] += "<p><center> Ralph Waldo Emerson"

dec[28]  = "We have two ears and one mouth so that we can listen twice as "
dec[28] += "much as we speak."
dec[28] += "<p><center> Epictetus"

dec[29]  = "You can outdistance that which is running after you, but not "
dec[29] += "what is running inside you." 
dec[29] += "<p><center> Rwandan proverb"

dec[30]  = "If you can't convince them, confuse them."
dec[30] += "<p><center> Harry S Truman"


function getQuote() {

	thisMon		= Month()
	day		= dayValue()

	thisText  = "<b><center><i><font color='green' size='+2'>"
	thisText += "Quote of the Day:</font></i><p><font id=quote>"

	if ( thisMon == 1 ) thisText += jan[ day ]
	if ( thisMon == 2 ) thisText += feb[ day ]
	if ( thisMon == 3 ) thisText += mar[ day ]
	if ( thisMon == 4 ) thisText += apr[ day ]
	if ( thisMon == 5 ) thisText += may[ day ]
	if ( thisMon == 6 ) thisText += jun[ day ]
	if ( thisMon == 7 ) thisText += jul[ day ]
	if ( thisMon == 8 ) thisText += aug[ day ]
	if ( thisMon == 9 ) thisText += sep[ day ]
	if ( thisMon == 10 ) thisText += oct[ day ]
	if ( thisMon == 11 ) thisText += nov[ day ]
	if ( thisMon == 12 ) thisText += dec[ day ]

	thisText += "</font></b>"

	document.write( thisText )

} // getQuote


function Month() {

   return today.getMonth() + 1

} // Month


function dayValue() {

   return today.getDate() - 1

} // dayValue


// Current date info.
date_now 	= new Date()
pres_month 	= date_now.getMonth()
pres_date 	= date_now.getDate()
bd		= false

function specDay() 
{
	curr_month = pres_month+1

	switch(curr_month) {
		case 1:	// JANUARY
			switch(pres_date) 
			{
				case 1: case 12: case 16: case 18: case 24: 
					bd = true; break;
			}
			break; 
		case 2:	// FEBRUARY
			switch(pres_date) 
			{
				case 1: case 12: case 15: case 16: case 20: case 21: 
					bd = true; break;
			}
			break;
		case 3:	// MARCH
			switch(pres_date) 
			{
				 case 1: case 8: case 9: case 12: case 21: case 24: case 25:
					bd = true; break;
			}
			break;
		case 4:	// APRIL
			switch(pres_date) 
			{
				 case 1: case 2: case 16: case 18: case 19: case 29:
					bd = true; break;
			}
			break;
		case 5:	// MAY
			switch(pres_date) 
			{
				case 1: case 10: case 13: case 16: case 26:
					bd = true; break;
			}
			break;
		case 6:	// JUNE
			switch(pres_date) 
			{
				case 2: case 4: case 5: case 15: case 19: case 21: case 24: case 25:
					bd = true; break;
			}
			break;
		case 7:	// JULY
			switch(pres_date) 
			{
				case 4: case 7: case 14:
					bd = true; break;
			}
			break;
		case 8:	// AUGUST
			switch(pres_date) 
			{
				case 2: case 11: case 13: case 15: case 21: case 26: 
					bd = true; break;
			}
			break;
		case 9:	// SEPTEMBER
			switch(pres_date) 
			{
				case 1: case 6: case 11: case 12: case 17: case 19:
					bd = true; break;
			}
			break;
		case 10:	// OCTOBER
			switch(pres_date) 
			{
				case 2: case 4: case 5: case 6: case 10: case 18: case 20: case 22: case 28: case 31:
					bd = true; break;
			}
			break;
		case 11:	// NOVEMBER
			switch(pres_date) 
			{
				case 1: case 5: case 7: case 11: case 12: case 15: case 27: case 18: case 20: case 22: case 26: 
					bd = true; break;
			}
			break;
		case 12:	// DECEMBER
			switch(pres_date) 
			{
				 case 2: case 4: case 10: case 20: case 25: case 27:
					bd = true; break;
			}
			break;
	}

	if (bd)
		return "<a href='http://naucon.net/cgi-bin/bd.cgi' target='_blank'><img src='images/eyes_an.gif' height=10 width=20 border=0></a> "
	else 
		return ""

} // specDay


