//Heading Displayed on the QUiz Page
pageHeading="The Idiot Box"
//Questions

qa=new Array()

qa[0] = new Question("What is common to Ted,Gina,Brandon and Eden?",
"All are VJs on channel V",
"Star in The Bold and the Beautiful",
"Star in Santa Barbara",
2)

qa[1] = new Question("One of the American Presidents hosted a TV programme called General Elections. Name him",
"George Bush",
"Jimmy Carter",
"Ronald Reagan",
2)

qa[2] = new Question("Approximately how many four minute music videos are made and shown on MTV in a year?",
"3000",
"5000",
"2000",
2)

qa[3] = new Question("Who played Merrick in the TV serial Jewel in the Crown?",
"Ben Kingsley",
"Tim Piggot Smith",
"Art Malik",
1)

qa[4] = new Question("What was the name of the music video with which Rock singer Prince reached superstardom?",
"When Doves Cry",
"November Rain",
"All for One",
0)

qa[5] = new Question("When Doves Cry was a four minute preview of the movie",
"The Colour Purple",
"Purple Rain",
"Rain Man",
1)

qa[6] = new Question("The most popular comedy in the Golden Age was",
"The Honeymoners",
"I Love Lively",
"Different Stokes",
1)

qa[7] = new Question("Towards the end of TV's Golden Age, a craze developed for quiz shows. Name the first such show",
"The $64,000 Question",
"Wheel of Fortune",
"The Price is Right",
0)

qa[8] = new Question("The premiere of which show started a western craze that continued for almost a decade?",
"Wagon Train",
"Rawhide",
"Gunsmoke",
2)

qa[9] = new Question("In the 1950's, a puppet show for children began and became very popular. Name it.",
"Kukla, Fran & Ollie",
"The Howdy Doody Show",
"Captain Kangroo",
0)
