<!--
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>Did You Know</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(" Music was sent down a telephone line for the first time in 1876, the year the phone was invented. ");}
else if (RandomNo < 100) {document.write(" The system of democracy was introduced 2 500 years ago in Athens, Greece. ");}
else if (RandomNo < 150) {document.write(" Since 1815 there has been 210 interstate wars. ");}
else if (RandomNo < 200) {document.write(" Your heart beats 101,000 times a day. During your lifetime it will beat about 3 billion times and pump about 400 million litres (800 million pints) of blood. ");}
else if (RandomNo < 250) {document.write(" The word malaria comes from the words mal and aria, which means bad air. This derives from the old days when it was thought that all diseases are caused by bad, or dirty air. ");}
else if (RandomNo < 300) {document.write(" The very first projection of an image on a screen was made by a German priest. In 1646, Athanasius Kircher used a candle or oil lamp to project hand-painted images onto a white screen. ");}
else if (RandomNo < 350) {document.write(" The 200 richest people in the world doubled their worth in the 4 years ending 1998. ");}
else if (RandomNo < 400) {document.write(" The British anthem was performed the most times in a single performance. In 1909, while waiting for King Edward VII who was getting dressed a German band played the anthem 17 times. ");}
else if (RandomNo < 450) {document.write(" Neil Armstrong stepped on the moon with his left foot first. ");}
else if (RandomNo < 500) {document.write(" 92% of Chinese belong to the Han nationality, which has been China's largest nationality for centuries. The rest of the nation consists of about 55 minority groups. ");}
else if (RandomNo < 550) {document.write(" Bill Klem served the most seasons as major league umpire - 37 years, starting in 1905. He also officated 18 World Series. ");}
else if (RandomNo < 600) {document.write(" Queen Isabella of Castile, who dispatched Christopher Columbus to find the Americas, boasted that she had only two baths in her life - at her birth and before she got married. ");}
else if (RandomNo < 650) {document.write(" Over the last 40 years food production actually increased faster than population. ");}
else if (RandomNo < 700) {document.write(" Optical fibre was invented in 1966 by two British scientists called Charles Kao and George Hockham working for the British company Standard Telecommunication. ");}
else if (RandomNo < 750) {document.write(" Great Britain was the first county to issue postage stamps, on 1 May 1840. Hence, UK stamps are the only stamps in the world not to bear the name of the country of origin. ");}
else if (RandomNo < 800) {document.write(" A scientific satellite needs only 250 watts of power, the equivelant used by two hour light bulbs, to operate. ");}
else if (RandomNo < 850) {document.write(" Count Alessandro Volta invented the first battery in the 18th century. ");}
else if (RandomNo < 900) {document.write(" Boxing became a legal sport in 1901. ");}
else if (RandomNo < 950) {document.write(" St Paul wrote 14 (of the 27) books of the New Testament. ");}
else                     {document.write(" In the US, murder is committed most frequently in August and least frequently in February. ");}
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>");
//-->
