<!--
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>Space and Science 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(" The earth rotates on its axis more slowly in March than in September. ");}
else if (RandomNo < 100) {document.write(" In 1982, in the first operation of its kind, doctors at the University of Utah Medical Center implanted a permanent artificial heart in the chest of retired dentist Dr. Barney Clark, who lived 112 days with the device. ");}
else if (RandomNo < 150) {document.write(" On its trip around the sun, the earth travels over a million and a half miles per day. ");}
else if (RandomNo < 200) {document.write(" Vaseline was created by Robert Chesebrough in 1870. He developed it after visiting Titusville, PA in 1859. While there he noticed that workers were treating cuts and burns with grease that accumulated on drill rods from the oil fields. ");}
else if (RandomNo < 250) {document.write(" The full Spanish name of the city of Los Angeles is 'El Pueblo de Nuestra Seņora la Reina de los Angeles de la Porciuncula.'  Translated, it means 'The town of Our Lady the Queen of the Angels of the Little Portion.'. ");}
else if (RandomNo < 300) {document.write(" The earth is 24,901 miles around at the equator. ");}
else if (RandomNo < 350) {document.write(" Paper was invented in the early second century by a Chinese eunuch. ");}
else if (RandomNo < 400) {document.write(" Ten per cent of the salt mined in the world each year is used to de-ice the roads in America. ");}
else if (RandomNo < 450) {document.write(" At the distance at which our sun is located from the center of the Milky Way galaxy, Earth and the rest of our solar system are moving at a speed of about 170 miles per second around the center. ");}
else if (RandomNo < 500) {document.write(" Aspirin was the first drug offered as a water-soluble tablet in 1900. ");}
else if (RandomNo < 550) {document.write(" The name of the Russian space station, Mir, means 'peace.'. ");}
else if (RandomNo < 600) {document.write(" The earth's rotation is slowing down at a rate of one second per century.  The gravity from the sun and moon are creating tidal friction on the earth that are acting as brakes on planet's spin. ");}
else if (RandomNo < 650) {document.write(" Earth's magnetic field has been weakening. It seems to have lost 15% of its strength since 1670. At the present rate of decrease, it will reach zero in 2,000 years. Between the years 3500 and 4500, the magnetic field will not be sufficiently strong enough to ward off charged radiation from outer space. ");}
else if (RandomNo < 700) {document.write(" According to an Old English system of time units, a moment is considered to be one and a half minutes. ");}
else if (RandomNo < 750) {document.write(" Sea water, loaded with mineral salts, weighs about a pound and a half more per cubit foot than fresh water at the same temperature. ");}
else if (RandomNo < 800) {document.write(" Only one of the 88 stable chemicals are named after a person - gadolinium. It's named after Finnish chemist Johan Gadolin. ");}
else if (RandomNo < 850) {document.write(" In 1982, in the first operation of its kind, doctors at the University of Utah Medical Center implanted a permanent artificial heart in the chest of retired dentist Dr. Barney Clark, who lived 112 days with the device. ");}
else if (RandomNo < 900) {document.write(" The single highest temperature ever recorded in U.S. history was 134 degrees Fahrenheit.  It was recorded in Greenland Ranch, CA on July 10, 1913.  The lowest recorded temperature was minus 80 degrees on January 23, 1971 in Prospect Creek, AK. ");}
else if (RandomNo < 950) {document.write(" The earth rotates on its axis more slowly in March than in September. ");}
else                     {document.write(" La Paz, Bolivia is the highest capital city in the world. ");}
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>");
//-->
