<!--
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>Sports and Statistics 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(" According to the United States Postal Service, each person sent on average 689 letters throughout the year of 1996. ");}
else if (RandomNo < 100) {document.write(" A soccer ball has 32 panels. ");}
else if (RandomNo < 150) {document.write(" The only father and son to hit back-to-back home runs in a major league baseball game: Ken Griffey, Jr., and his father, Ken Griffey, Sr., both of the Seattle Mariners in a game against the California Angels on September 14th, 1990. ");}
else if (RandomNo < 200) {document.write(" There are 170,000,000,000,000,000,000,000,000 ways to play the ten opening moves in a game of chess. ");}
else if (RandomNo < 250) {document.write(" The modern Olympic Games were held in the first time in 1896 at Athens and were then followed by the 1900 Paris games. The winter games were added in 1924. ");}
else if (RandomNo < 300) {document.write(" The earliest recorded Olympic Games result was from the 180 meter sprint in the 776 B.C. The winner was a man named Coroebus. ");}
else if (RandomNo < 350) {document.write(" The number of atoms in a pound of iron is nearly five trillion trillion: 4,891,500,000,000,000,000,000,000. ");}
else if (RandomNo < 400) {document.write(" Babe Ruth hit his first major-league home run on May 6, 1915. He was playing for the Boston Red Sox at the time. 'The Sultan of Swat' went on to smash 714 round-trippers before he retired, as a New York Yankee, in 1935. ");}
else if (RandomNo < 450) {document.write(" There are 10,000,000 bricks in the Empire State Building. ");}
else if (RandomNo < 500) {document.write(" The first cover of 'Sports Illustrated,' in 1954, showed National League umpire, Augie Donatelli, behind the plate with two major-league stars: catcher Wes Westrum, and batter Eddie Matthews. ");}
else if (RandomNo < 550) {document.write(" In 1985, Pete Rose became the first professional athlete to appear on the front of a Wheaties box. ");}
else if (RandomNo < 600) {document.write(" The first Kentucky Derby was run at Churchill Downs in 1875 with Aristides as winner. ");}
else if (RandomNo < 650) {document.write(" A mark twain - a nautical measurement of depth, is equal to twelve feet. ");}
else if (RandomNo < 700) {document.write(" Pitcher Joe Nuxhall of the Cincinnati Reds hurled his first major-league game in 1944. Nuxhall, the youngest pitcher in major league baseball, was only 15 years, 10 months and 11 days old when he pitched that game against the St. Louis Cardinals. ");}
else if (RandomNo < 750) {document.write(" The Ouija board is named for the French and German words for yes - oui and ja. ");}
else if (RandomNo < 800) {document.write(" India has the most post offices of any country with 280,181. ");}
else if (RandomNo < 850) {document.write(" The number 37 will wholly divide  into 111, 222, 333, 444, 555, 666, 777, 888, and 999. ");}
else if (RandomNo < 900) {document.write(" Basketball was invented in 1891 by James Naismith. He set out to invent a game to occupy students between the football and baseball seasons. ");}
else if (RandomNo < 950) {document.write(" Muhammad Ali won his heavyweight championships on three continents: North America, Asia and Africa. ");}
else                     {document.write(" In 1970, 127 runners ran the NY Marathon. In 1998, 32,000 did. ");}
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>");
//-->
