<!--

RandomDate = new Date();
RandomNo = (RandomDate.getMilliseconds());
if      (RandomNo < 50)  {document.write("The state bird of Hawaii, the Nene, or Hawaiian Goose is the highest flying bird in the world.");}
else if (RandomNo < 100) {document.write("The entire state of Florida is located south of California");}
else if (RandomNo < 150) {document.write("The only cactus plantation in the world is located in Mississippi");}
else if (RandomNo < 200) {document.write("The highest suspension bridge in the world is at Royal Gorge, Colorado");}
else if (RandomNo < 250) {document.write("The Space Needle, built in 1961 in Seattle Washington is the first revolving restaurant.");}
else if (RandomNo < 300) {document.write("Rhode Island's official name, used on all state documents, is Rhode Island and Providence Plantations.");}
else if (RandomNo < 350) {document.write("The highest point in Florida (Walton County) is only 345 feet above sea level.");}
else if (RandomNo < 400) {document.write("The top of the Empire State Building in New York was built to be a mooring place for dirigibles (Blimps).");}
else if (RandomNo < 450) {document.write("Mt. McKinley in Alaska, is the tallest mountain in North America at 20,320 feet above sea level.");}
else if (RandomNo < 500) {document.write("Boeing's final assembly plant, the world's largest building, is located in Everett, Washington.");}
else if (RandomNo < 550) {document.write("In 1958, the first animals sent into space by the United States were two mice, Benjy and Laska.");}
else if (RandomNo < 600) {document.write("The largest cave system in the world is in Kentucky, Mammoth cavern having over 200 miles of caves.");}
else if (RandomNo < 650) {document.write("A marker on the 13th step of Colorado's capital building in Denver is precisely 1 mile above sea level.");}
else if (RandomNo < 700) {document.write("Hawaii's Kilauea volcano is the most active volcano in the world.");}
else if (RandomNo < 750) {document.write("Maine is the only state with a one syllable name.");}
else if (RandomNo < 800) {document.write("Biloxi to Henderson Point on the Mississippi Gulf Coast is the longest manmade beach.");}
else if (RandomNo < 850) {document.write("The Rockville Bridge, the longest stone arch bridge in the world, is in Harrisburg, Pennsylvania");}
else if (RandomNo < 900) {document.write("The Liberty Bell was not made in the United States, it was cast in London in 1752 and cracked in 1835.");}
else if (RandomNo < 950) {document.write("The lowest point in California (Death Valley) is 282 feet BELOW sea level");}
else                     {document.write("The oldest carousel in the United States is located in the resort town of Watch Hill, Rhode Island.");};

//-->