//Heading Displayed on the Quiz Page
pageHeading="Fictional Detectives Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Name the detective created by Melville Post ?",
    "Father Brown",
    "Uncle Abner",
    "Hercule Poirot",
    "Miss Marple", 
1)

qa[1] = new Question("Who created the character Lew Archer ?",
    "Melville Post",
    "Ross McDonald",
    "Dashiell Hammett",
    "Edgar Allen Poe", 
1)

qa[2] = new Question("Name the detective created by G.K Chesterton ?",
    "Father Brown",
    "Uncle Abner",
    "Hercule Poirot",
    "Miss Marple",
0)

qa[3] = new Question("Who created the detective Albert Campion ?",
    "Margery Allingham",
    "Agatha Christie",
    "Raymod Chandler",
    "Rex Stout", 
0)

qa[4] = new Question("Charlie Chan was created by ?",
	"Earl Derr Biggers",
	"Edgar Allan Poe",
	"Dorothy Sayers",
	"John Dickson Carr",
0)

qa[5] = new Question("Name the character created by Edgar Allen Poe :",
    "Nero Wolfe",
    "Ellery Queen",
    "C Auguste Dupin",
    "Inspector Maigert",
2)


qa[6] = new Question("Who created the character Dr.Gideon Fell ?",
	"Earl Derr Biggers",
	"Edgar Allan Poe",
	"Dorothy Sayers",
	"John Dickson Carr",
3)

qa[7] = new Question("Who created Sherlock Holmes ?",
	"Arthur Conan Doyle",
	"Allan Cuthbert Boyle",
	"Alex Curtis Doyle",
	"Adam Conrad Doyle",
0)

qa[8] = new Question("Whose creation is the fictional character Inspector Maigert ?",
	"Melville Post",
	"Ross McDonald",
	"Earl Biggers",
	"Manfred B Lee",
2)

qa[9] = new Question("Which of the following character was created by Agatha Chistie ?",
	"Miss Marple",
	"Inspector Wexford",
	"Remington Steele",
	"Nero Wolfe",
0)

