<!--
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(" The first presidential news conference filmed for TV was in 1955. Eisenhower was the president. ");}
else if (RandomNo < 100) {document.write(" In Psycho the colour of Mrs. Bates dress was perriwinkle blue. ");}
else if (RandomNo < 150) {document.write(" The final episode of M*A*S*H ranks as the most watched television program of any kind in United States history. An estimated 50,150,000 people tuned in on February 28, 1983. That amounted to 60.2% of all households with a television.  Second on the list was the 'Who Shot J.R.' episode of Dallas. ");}
else if (RandomNo < 200) {document.write(" The Academy Award was rumored to have gotten its nickname of Oscar for its resemblance to a film librarian’s Uncle Oscar. ");}
else if (RandomNo < 250) {document.write(" On average, every person in the United States owns 2.1 radios. ");}
else if (RandomNo < 300) {document.write(" Alan Thicke, the father in the tv show 'Growing Pains' wrote the theme songs for 'The Facts of Life' and 'Different Strokes'. ");}
else if (RandomNo < 350) {document.write(" In April 1964, The Beatles had the top five songs in the United States. This is the only time that the top five songs at any one time were by the same group. ");}
else if (RandomNo < 400) {document.write(" Disneyland opened in 1955. ");}
else if (RandomNo < 450) {document.write(" Walt Disney provided the voice of Mickey Mouse in Steamboat Willie. ");}
else if (RandomNo < 500) {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 < 550) {document.write(" The first CMA (Country Music Association) Awards, hosted by Sonny James and Bobbie Gentry, were presented at an awards banquet and show in 1967. ");}
else if (RandomNo < 600) {document.write(" The story of Cinderella has been made into a movie 58 times. ");}
else if (RandomNo < 650) {document.write(" In Casablanca, Humphrey Bogart never said 'Play it again, Sam.'. ");}
else if (RandomNo < 700) {document.write(" The first Marvel superhero was the Human Torch. ");}
else if (RandomNo < 750) {document.write(" There are songs in all of Shakespeare's plays except The Comedy of Errors. ");}
else if (RandomNo < 800) {document.write(" Carrie Fisher (who played Leia in 'star wars') co-wrote the screenplays to 'Lethal Weapon III', 'So I Married an Axe Murderer', and 'Sister Act'. ");}
else if (RandomNo < 850) {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 < 900) {document.write(" The soundtrack to Oklahoma was the first album to sell one million copies on August 18, 1958. ");}
else if (RandomNo < 950) {document.write(" Carrie Fisher (who played Leia in 'star wars') co-wrote the screenplays to 'Lethal Weapon III', 'So I Married an Axe Murderer', and 'Sister Act'. ");}
else                     {document.write(" In the Wizard of Oz Dorothy's last name is Gale. ");}
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>");
//-->
