//Heading Displayed on the QUiz Page
pageHeading="Golden Globe Awards Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Which association hands out the the Golden Globe awards ?",
    "Hollywood Directors Association",
    "Screen Actors Association",
    "Hollywood Producers Association",
    "Hollywood Foreign Press Association", 
3)

qa[1] = new Question("The Golden Globe life time achievement award is named after which legendary figure ?",
    "Alexander Korda",
    "William Wyler",
    "Cecil B DeMille",
    "Robert Surtees", 
2)

qa[2] = new Question("Which actor won the best actor in a drama in the first Golden Globe awards ?",
    "Spencer Tracy",
    "Paul Lukas",
    "Marlon Brando",
    "Alec Guiness",
1)

qa[3] = new Question("In which year did the Golden Globe awards begin ?",
    "1941",
    "1942",
	"1943",
    "1944",
3)

qa[4] = new Question("Who won the director's award in 1958 for 'The Bridge on the River Kwai' ?",
	"Cecil B DeMille",
	"Elia Kazan",
	"David Lean",
	"Fred Zinnemann",
2)

qa[5] = new Question("Which was the first movie to win the 'Best Drama' award ?",
    "On the Waterfront",
    "The Song of Bernadette",
    "The Defiant Ones",
    "The Robe",
1)

qa[6] = new Question("In which year did the  M.A.S.H win the Golden Globe for best T.V.series ?",
	"1980",
	"1981",
	"1982",
	"1983",
3)

qa[7] = new Question("Since which year have TV series been awarded the Gloden Globe ?",
    "1955",
    "1956",
    "1957",
    "1958", 
1)

qa[8] = new Question("There are awards given to Television by the jury og Golden Globe, one is 'Bset Series, Drama'.Which is the other ?",
	"Best Talkshow",
	"Best In depth Story",
	"Best Game Show",
	"Best Series Musical/ Comedy",
3)

qa[9] = new Question("Which was the first film to win a Golden Globe in the 'Best Musical/ Comedy' category ?",
	"An American in Paris",
	"Carmen Jones",
	"My Fair Lady",
	"Gigi",
0)