//Heading Displayed on the QUiz Page
pageHeading="Oscars"
//Questions

qa=new Array()

qa[0] = new Question("Name the movie which recieved three Oscars in 1988, starring Dustin Hoffman.",
"The Graduate",
"Kramer vs. Kramer",
"Rain Man",
2)

qa[1] = new Question("Who won the best actor Oscar award for the movie The Bridge on the River Kwai?",
"Alec Guinness",
"Yul Brynner",
"Gregory Peck",
0)

qa[2] = new Question("Ben Hur got the award the best movie, best director and best actor. For what did it get the fourth Oscar?",
"Best performance by an actor in a supporting role",
"Best Technician",
"Best Sound",
0)

qa[3] = new Question("Who got the best actor Oscar award for the film Gandhi?",
"Saeed Jaffrey",
"Charlie Sheen",
"Ben Kingsley",
2)

qa[4] = new Question("Who recieved the Oscar award for the best performance in the film My Fair Lady?",
"Rex Harrison",
"Peter o'Toole",
"Audrey Hepburn",
0)

qa[5] = new Question("The Oscars are known by another name. What is it?",
"The Academy Awards",
"The American Awards",
"The International Film Awards",
0)

qa[6] = new Question("By whom are the Oscars given?",
"The American Industry",
"UNESCO",
"The US Academy of Motion Picture Arts and Sciences",
2)

qa[7] = new Question("What was the film for which Katherine Hepburn won her fourth Oscar?",
"On Golden Pond",
"The Piano",
"A Room With a View",
0)

qa[8] = new Question("Which Steven Speilberg film recieved 11 Oscar nominations in1986?",
"E.T.",
"Raiders of the Lost Ark",
"The Colour Purple",
2)

qa[9] = new Question("How many Oscars did the film The Colour Purple recieve for the year 1986?",
"None",
"Two",
"Six",
0)
