<!--
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(" In 1985, Pete Rose became the first professional athlete to appear on the front of a Wheaties box. ");}
else if (RandomNo < 100) {document.write(" The first Wimbledon Tennis Competition took place in 1877 solely as an amateur competition. Men's singles was the only event that took place. There were 22 competitors and the championship was won by Spencer Gore. ");}
else if (RandomNo < 150) {document.write(" Mike Greenwell of the Boston Red Sox holds the major league record for the most RBIs that accounted for all of his team's runs.  In 1996, he batted in nine runs in a game against the Seattle Mariners. ");}
else if (RandomNo < 200) {document.write(" Lou Gehrig earned a total of $316,000 during his 17 year career with the New York Yankees. In 1992, a fan paid $363,000 for a Yankee jersey that Gehrig wore during the 1927 season. ");}
else if (RandomNo < 250) {document.write(" Until the 1870s, baseball was played without the use of gloves. ");}
else if (RandomNo < 300) {document.write(" The annual White House Easter egg-roll was started by President Hayes in 1878. ");}
else if (RandomNo < 350) {document.write(" The first Wimbledon Tennis Competition took place in 1877 solely as an amateur competition. Men's singles was the only event that took place. There were 22 competitors and the championship was won by Spencer Gore. ");}
else if (RandomNo < 400) {document.write(" The first formal rules for playing baseball required the winning team to score 21 runs. ");}
else if (RandomNo < 450) {document.write(" You could walk from New York to Boston in less than one million steps. ");}
else if (RandomNo < 500) {document.write(" In a typical season major league baseball will require 4,800 ash trees worth of Louisville sluggers. ");}
else if (RandomNo < 550) {document.write(" According to the United States Postal Service, each person sent on average 689 letters throughout the year of 1996. ");}
else if (RandomNo < 600) {document.write(" If you had 15 cubes numbered 1 to 15 and you tried to line them up in every possible sequence, and if you made a change every minute, it would take you 2,487,996 years to do it. ");}
else if (RandomNo < 650) {document.write(" Mike Greenwell of the Boston Red Sox holds the major league record for the most RBIs that accounted for all of his team's runs.  In 1996, he batted in nine runs in a game against the Seattle Mariners. ");}
else if (RandomNo < 700) {document.write(" The number 111,111,111 multiplied by itself will result in the number 12,345,678,987,654,321. ");}
else if (RandomNo < 750) {document.write(" During the baseball rivalries between the two major leagues in the 1890s, the Pittsburgh Nationals took advantage of a technicality and signed a player away from another club. The Nationals' president, J. Palmer O'Neill, was called J. 'Pirate' O'Neill, and his club became the Pittsburgh Pirates. ");}
else if (RandomNo < 800) {document.write(" A mark twain - a nautical measurement of depth, is equal to twelve feet. ");}
else if (RandomNo < 850) {document.write(" Chris Ford of the the Boston Celtics sank the NBA's first three-point shot in 1979. ");}
else if (RandomNo < 900) {document.write(" The only loss Packers' coach Vince Lombardi ever suffered in the postseason was to the Philadelphia Eagles, 17-13, in the 1960 NFL championship game. ");}
else if (RandomNo < 950) {document.write(" There are 63,360 inches in a mile. ");}
else                     {document.write(" There are 100 tiles in a 'Scrabble' crossword game. ");}
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>");
//-->
