
theDate= new Date();
var day = theDate.getDate();
var year = theDate.getYear();
year = (year < 2000) ? year + 1900 : year;
var textdate = theDate.getDate()  + '/' + (theDate.getMonth() + 1)+ '/' + year;

var numquotes = 31;
quotes = new Array(numquotes+1);
quotes[1] = "<b>The ultimate family tree!</b><br>&lsquo;I can trace my ancestry back to a protoplasmal primordial atomic globule. Consequently, my family pride is something inconceivable&rsquo;<br /><i>The Mikado.</i> W.S.Gilbert";
quotes[2] = "If you can't get rid of the skeleton in your closet, you'd best teach it to dance. (George Bernard Shaw)";
quotes[3] = "<b>genealogy</b> <i>n.</i><br>An account of one's descent from an ancestor who did not particularly care to trace his own<br><i>The Devil&#39;s Dictionary</i> Ambrose Bierce";
quotes[4] = "Genealogy by itself is a barren study if divorced from its moral and historical uses, and it is only by researches amongst the Public Records that an author can lift a family history above a dry genealogical chronicle, or throw light upon the laws and customs of the past.<br><i>(Hon. Geo. Wrottesley)</i>";
quotes[5] = "The great successful men of the world have used their imagination&hellip;they think ahead and create their mental picture in all its details, filling in here, adding a little there, altering this a bit and that a bit, but steadily building - steadily buildings. (Robert Collier)";
quotes[6] = "The speed of communications is wondrous to behold. It is also true that speed can multiply the distribution of information that we know to be untrue.(Ed Morrow, on receiving 1964 Family of Man Award)";
quotes[7] = "Youth is a wonderful thing, what a crime it is to waste it on children. (George Bernard Shaw)";
quotes[8] = "The memories of men are too frail a thread to hang histories on. (John Still)";
quotes[9] = "<b>Where there's a will&hellip;</b>Wills are not always dry as dust documents. For example David Davis of Clapham left to Mary Davis in 1788, &lsquo;the sum of 5 shillings, which is sufficient to enable her to get drunk for the last time at my expense&rsquo; ";
quotes[10] = "That sign of old age, extolling the past at the expense of the present. (Sydney Smith)";
quotes[11] = "You've reached middle age when all that you exercise is caution. (Anon)";
quotes[12] = "<i>Double check your genealogical facts - A warning from William Shakespeare! (Henry IV PartII)</i><br><br> A man can die but once";
quotes[13] = "Die,my dear doctor, that&#39;s the last thing I shall do. (Attributed to 3rd Viscount Palmerston)";
quotes[14] = "The young have aspirations that never come to pass, the old have reminiscences of what never happened (Saki [Hector Hugh Munro])";
quotes[15] = "Grown-ups never understand anything for themselves, and it is tiresome for children to be always and forever explaining things to them (<I>The Little Prince</i> Antoinene de saint-Exup&eacute;ry)";
quotes[16] = "&lsquo;Do you know who made you?&rsquo;<br>&lsquo;Nobody as I knows on,&rsquo; said the child, with a short laugh&hellip; &lsquo;I &#39;spect I grow&#39d. Don&#39;t think nobody ever made me.&rsquo;(<i> Uncle Tom&#39; Cabin</i> Harriet Beecher Stowe) <br>&#91;The way some ancestors appear and disappear in records,  I sometimes think that they were like Topsy.&#93;";
quotes[17] = "When I was younger I could remember anything, whether it had happened or not. (Mark Twain)";
quotes[18] = "&lsquo;To lose one parent, Mr Worthing, may be regarded as a misfortune; to lose both looks like carelessness.&rsquo;<br> (Oscar Wilde <i>The Importance of Being Earnest</i>)";
quotes[19] = "&lsquo;All women become like their mothers. That is their tragedy. No man does. That&#39;s his.&rsquo;<br>(Oscar Wilde <i>The Importance of Being Earnest</i>)";
quotes[20] = "Memories are the key not to the past, but to the future.( Corrie Ten Boom)";
quotes[21] = "<p>Youth is a blunder; manhood a struggle; old age a regret.<p /><i>Benjamin Disraeli</i>";
quotes[22] = "Destiny is not a matter of chance; it is a matter of choice.  It is not something to be waited for; but, rather something to be achieved. (William Jennings Bryan)";
quotes[23] = "Opportunity rarely knocks on your door. Knock rather on opportunity's door if you ardently wish to enter. (B.C. Forbes)";
quotes[24] = "Each problem has hidden in it an opportunity so powerful that it literally dwarfs the problem.  The greatest success stories were created by people who recognized a problem and turned it into an opportunity. (Joseph Sugarman)";
quotes[25] = "In the middle of difficulty lies opportunity. (Albert Einstein)";
quotes[26] = "A wise man will make more opportunities than he finds. (Francis Bacon)";
quotes[27] = "There is no future in any job.  The future lies in the man who holds the job. (George Crane)";
quotes[28] = "Opportunity...often it comes in the form of misfortune, or temporary defeat. (Napoleon Hill)";
quotes[29] = "&bull;There are three kinds of people&#58; Those who make things happen&#59; those who watch things happen&#59;  and those who haven&rsquo;t a clue what&rsquo;s happening.(Source unknown)";
quotes[30] = "<p>Can anybody remember when the times were not hard and money not scarce?<p /><i>Society and Solitude</i> Ralph Waldo Emerson";
quotes[31] = "There is no king who has not had a slave among his ancestors, and no slave who has not had a king among his.<i>(Helen Keller)</i>";

// document.write('<b>A thought  for ' + textdate + '</b><br><br>');
document.write('' + quotes[day] + '<br>');
//  End -->
