//Heading Displayed on the QUiz Page
pageHeading="Pulitzer Prize for Fiction Quiz"
//Questions

qa=new Array()

qa[0] = new Question("In which year was the Pulitzer prize for fiction first given ?",
    "1948",
    "1947",
    "1949",
    "1945", 
0)

qa[1] = new Question("After whom is the Pulitzer prize named ?",
    "Joseph Pulitzer",
    "Thomas Pulitzer",
    "Alan Pulitzer",
    "David Pulitzer", 
0)

qa[2] = new Question("This award winning novel was made into a movie starring Humphrey Bogart. Name the film :",
    "Caine Mutiny",
    "To kill a mocking bird",
    "Casablanca",
    "African Queen",
1)

qa[3] = new Question("Which was the first novel to win the Pulitzer prize ?",
    "Tales from the South Pacific",
    "To kill a mocking bird",
	"The Reivers",
    "Andersonville",
0)

qa[4] = new Question("Who wrote the award winning novel 'Tales from the South Pacific' ?",
	"Margerat Mitchell",
	"Harper Lee",
	"James Michner",
	"William Faulkner",
2)

qa[5] = new Question("This novel was later made into film starring Gregory Peck. It also received the oscar for the best actor. Name the novel :",
    "Tales from the South Pacific",
    "To kill a mocking bird",
    "The Reivers",
    "Andersonville",
0)

qa[6] = new Question("Name the author of the award winning novel 'Old man and the sea' :",
	"Margerat Mitchell",
	"Harper Lee",
	"Ernest Hemmingway",
	"William Faulkner",
2)

qa[7] = new Question("Name the author of Indain origin who won the Pulitzer prize in 2000 for her novel 'Interpreter of Maladies' ?",
    "Jhumpa Lahiri",
    "Bharati Mukherjee",
    "Gita Mehta",
    "Anita Desai", 
0)

qa[8] = new Question("Written by Alice Walker, this award winning novel was made into film by Steven Spielberg. Name the film/ book :",
	"Empire of the sun",
	"Catch me if you can",
	"Schindler's List",
	"The Color Purple",
3)

qa[9] = new Question("Which author received the Pulitzer as well as the Nobel prize for literature for the novel 'Beloved' ?",
	"Harper Lee",
	"Margaret Mitchell",
	"Carol Shields",
	"Toni Morrison",
3)