<!--
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>Entertainment 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(" Beaver Cleaver's locker number was 9. ");}
else if (RandomNo < 100) {document.write(" The first inductees to the Country Music Hall of Fame in 1961 were Jimmie Rodgers, Fred Rose and Hank Williams. ");}
else if (RandomNo < 150) {document.write(" L.L. Cool J is the only rap star to have performed at a presidential inaugural concert. He performed at Bill Clinton's gala in 1993. ");}
else if (RandomNo < 200) {document.write(" Before the merger with MGM in 1981, eight of the top ten movies released by United Artists were James Bond films. ");}
else if (RandomNo < 250) {document.write(" During the filming of Singin' in the Rain, the director had two ladies - Carol Haney and Gwen Verdon - put on tap dancing shows and dance around in bucketsful of water.  Apparently, he liked Gene Kelly's dancing, but wasn't able to get the sound he wanted for someone dancing in the rain.  The sounds of Gene Kelly's tap dancing in the movie aren't really the sounds he made. ");}
else if (RandomNo < 300) {document.write(" Pierce Brosnan's first appearance as James Bond was in 1995 Golden Eye. ");}
else if (RandomNo < 350) {document.write(" Bette Midler, Barry Manilow and many other famous vocalists got their start in a New York City club called The Continental Baths. ");}
else if (RandomNo < 400) {document.write(" The first drive-in movie theater was built in Camden, NJ in 1932-3. It cost 25 cents per car or $1 for three or more people to watch a movie. ");}
else if (RandomNo < 450) {document.write(" James Doohan who plays Lt. Commander Montgomery Scott on Star Trek is missing his entire middle finger on his right hand. ");}
else if (RandomNo < 500) {document.write(" Jimi Hendrix, Janis Joplin, and Jim Morrison were all 27 years old when they died. ");}
else if (RandomNo < 550) {document.write(" Alfred Hitchcock directed the first talking film ever made in England. It was called Blackmail and was made in 1931. ");}
else if (RandomNo < 600) {document.write(" The Oprah Winfrey Show started out as a local morning talk show called A.M. Chicago. The name was changed in September 1985 after Winfrey beat Donahue in the Chicago ratings. The show was expanded from a half and to an hour and went nationwide a year later. ");}
else if (RandomNo < 650) {document.write(" Hang on sloopy is the official rock song of Ohio. ");}
else if (RandomNo < 700) {document.write(" The last playboy centerfold to have staples in it was published in 1985. The model was Venice Kong. ");}
else if (RandomNo < 750) {document.write(" Mickey Mouse is known as 'Topolino' in Italy. ");}
else if (RandomNo < 800) {document.write(" Stanley Kubrick approached Lloyd's of London about an insurance policy in case extraterrestrial life was discovered before the release of his movie 2001: A Space Odyssey. ");}
else if (RandomNo < 850) {document.write(" Walt Disney provided the voice of Mickey Mouse in Steamboat Willie. ");}
else if (RandomNo < 900) {document.write(" The Oscar statuette was designed by MGM's art director, Cedric Gibbons, in 1928. The design has remained unchanged, except for getting a higher pedestal in the 1940's. ");}
else if (RandomNo < 950) {document.write(" The bagpipe was originally made from the whole skin of a dead sheep. ");}
else                     {document.write(" The Mills Brothers have recorded the most songs of any artist, about 2,250. ");}
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>");
//-->
