//Heading Displayed on the QUiz Page
pageHeading="Oscar Awards Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Which of the following movies was the first one to win 11 oscars ?",
    "West Side story",
    "Ben Hur",
    "Titanic",
    "The Lord of the Rings: The return of the rings", 
1)

qa[1] = new Question("Who played the role of Judah Ben Hur in the film 'Ben Hur' ?",
    "Kirk Douglas",
    "Anthony Quinn",
    "William Wyler",
    "Charlton Heston", 
3)

qa[2] = new Question("Who directed the 1987 oscar winning film 'The Last Emperor' ?",
    "wim Wenders",
    "Paul Cox",
    "Steven Spielberg",
    "Bernardo Bertolucci",
3)

qa[3] = new Question("In which year did the film 'The English Patient' win 9 oscars ?",
    "1995",
    "1996",
	"1997",
    "1998",
1)

qa[4] = new Question("Which was the first colour film to run for the oscars ?",
	"Gone with the wind",
	"From here to eternity",
	"On the waterfront",
	"My fairlady",
0)

qa[5] = new Question("For which movie did actress Audrey Hepburn win the 'Best Actress' award in 1964 ?",
    "Gigi",
    "Breakfast at Tiffany's",
    "My Fairlady",
    "West Side Story",
3)

qa[6] = new Question("Who directed the oscar winning film 'Amadeus' ?",
	"Milos Forman",
	"wim Wenders",
	"Paul Cox",
	"Steven Spielberg",
0)

qa[7] = new Question("On which great composer is the film 'Amadeus' based ?",
    "Mozart",
    "Bach",
    "Beethoven",
    "Glinka", 
0)

qa[8] = new Question("Who directed the epic 'Ben Hur' ?",
	"Alexander Korda",
	"William Wyler",
	"Cecil B DeMille",
	"Robert Surtees",
1)

qa[9] = new Question("For Which movie did Marlon Brando win his first oscar ?",
	"On the Waterfront",
	"God Father I",
	"Apocalypse Now",
	"Viva Zapata",
0)