<!--
document.write("<table bgcolor=#FFFFFF border=1 cellpadding=2 cellspacing=0 width=100%>");
document.write("<tr><td valign=top align=center bgcolor=#EEE8AA>");
document.write("<font face=arial,helvetica size=-1 color=#FF0000><b>Historic Trivia</b></font>");
document.write("</td></tr>");
document.write("<tr><td valign=top align=center bgcolor=#F5F5DC>");
document.write("<font face=arial,helvetica size=-1 color=#00008B><br>");
RandomDate = new Date();
RandomNo = (RandomDate.getMilliseconds());
if      (RandomNo < 50)  {document.write(" During the mid-1800's, less than half of the newborn babies lived more than ten years. Today, over 90 percent do. ");}
else if (RandomNo < 100) {document.write(" About 80% of the city was burned in the Great Fire of London in 1666. ");}
else if (RandomNo < 150) {document.write(" The oldest man-made building of any kind still existing is the central edifice of the 4,600-year-old mastaba  built at Sakkara, Egypt.  It was created to honor King Zoser, the first ruler of the Third Dynasty. ");}
else if (RandomNo < 200) {document.write(" The 'Battle Hymn of the Republic', 'Yankee Doodle', 'America' and 'Hail to the Chief', 4 of America's most patriotic melodies, all were written by Europeans. ");}
else if (RandomNo < 250) {document.write(" The first coin minted in the United States was a silver dollar. It was issued on October 15, 1794. ");}
else if (RandomNo < 300) {document.write(" In 1947, Toys for Tots started making the holidays a little happier for children by organizing its first Christmas toy drive for needy youngsters. ");}
else if (RandomNo < 350) {document.write(" Captain William Driver, skipper of the brig Charles Doggett, was the first person to call the American flag 'Old Glory'.  He made a ceremony of it in 1824. ");}
else if (RandomNo < 400) {document.write(" The shortest war on record was fought between Zanzibar and England in 1896. Zanzibar surrendered after 38 minutes. ");}
else if (RandomNo < 450) {document.write(" The USSR set off the largest nuclear explosion in history, detonating a 50 megaton bomb (2600 times the Hiroshima bomb) in an atmospheric test over the Novaya Zemla Islands, October 30 1961. ");}
else if (RandomNo < 500) {document.write(" Many scholars believe that an earthquake caused the destruction of Sodom and Gomorrah, referred to in the Bible as 'the smoke of the country.' Earthquakes produce massive clouds of dust that resemble billowing smoke. ");}
else if (RandomNo < 550) {document.write(" James Madison, the fourth President of the United States, stood only five feet four inches tall and weighed less than one hundred pounds. ");}
else if (RandomNo < 600) {document.write(" The Titanic was the first ship to use the SOS signal. It was adopted as the international signal for distress in 1912, and the Titanic struck the iceberg in April of that year. ");}
else if (RandomNo < 650) {document.write(" The first police car was an electric-powered vehicle used in Akron, Ohio in 1899. ");}
else if (RandomNo < 700) {document.write(" The first police car was an electric-powered vehicle used in Akron, Ohio in 1899. ");}
else if (RandomNo < 750) {document.write(" At the time of the U.S. Revolutionary War, Philadelphia was the second largest English-speaking city in the world, surpassed only by London. ");}
else if (RandomNo < 800) {document.write(" The infamous 'Red Baron' was German World War I pilot Manfred Von Richthofen. ");}
else if (RandomNo < 850) {document.write(" On December 20, 1860, South Carolina was the first state to secede from the Union. ");}
else if (RandomNo < 900) {document.write(" The phrase 'rule of thumb' is derived from an old English law which stated that you couldn't beat your wife with anything wider than your thumb. ");}
else if (RandomNo < 950) {document.write(" The oldest man-made building of any kind still existing is the central edifice of the 4,600-year-old mastaba  built at Sakkara, Egypt.  It was created to honor King Zoser, the first ruler of the Third Dynasty. ");}
else                     {document.write(" Both George Washington and Thomas Jefferson grew marijuana on their plantations. ");}
document.write("<br><br></font>");
document.write("</td></tr>");
document.write("<tr><td valign=top align=center bgcolor=#EEE8AA>");
document.write("<font face=arial,helvetica size=-2 color=red>");
document.write("<style type=text/css>");
document.write("A:hover {color:red}");
document.write("A:link { color: blue}");
document.write("A:active { color: red}");
document.write("</style>");
document.write("Free webcontent from <a href=http://www.davidpye.com target=newpage>www.davidpye.com</a></font>");
document.write("</td></tr></table>");
//-->
