//Heading Displayed on the QUiz Page
pageHeading="Theatre"
//Questions

qa=new Array()

qa[0] = new Question("The three basic types of stage used today are arena, thrust and",
"Scenery",
"Auditorium",
"Proscenium",
2)

qa[1] = new Question("Almost every country has theatre festivals. Scotland's festival is called",
"Edinburgh Festival",
"William Festival",
"Shakespeare Festival",
0)

qa[2] = new Question("London's commercial theatres are in a part of the city known as",
"Fleet Street",
"Soho",
"West End",
2)

qa[3] = new Question("Shakespeare's plays, since 1879, had been staged at",
"Old Vic Company",
"Royal Court Theatre",
"Stratford-on-Avon",
2)

qa[4] = new Question("France's most famous theatre, the Comedie-Francaise began in 1680 under the patronage of",
"Napolean Bonaparte",
"King Louis XIV",
"Joan of Arc",
1)

qa[5] = new Question("The Berliner Ensemble in Berlin is Germany's most famous theatre, founded by",
"Bertolt Brech",
"G. Daimler",
"Friedrich Wohler",
0)

qa[6] = new Question("Which country was the birth place of commedia dell'arte, a comedy of improvisation made up by the actors as they played before audiences?",
"France",
"Italy",
"Ireland",
1)

qa[7] = new Question("Among the Irish playwrights who had their works staged here, were W.B. Yeats, J.M. Synge and Sean O'Casey. Name the theatre.",
"Dublin Gate",
"Abbey Theatre",
"Glasgow Theatre",
1)

qa[8] = new Question("New York City's theatre district is concentrated in a Manhattan area called",
"Provincetown",
"Capital",
"Broadway",
2)

qa[9] = new Question("What is Japan's puppet theatre called?",
"Bunraku",
"Kabuki",
"Bugaku",
0)
