//Heading Displayed on the Quiz Page
pageHeading="Fictional Detectives Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Who created the character Perry Mason ?",
    "Earl Derr Biggers",
    "Edgar Allan Poe",
    "Dorothy Sayers",
    "Earl Stanley Gardener", 
3)

qa[1] = new Question("Name the Belgian detective created by Agatha Christie :",
    "C. Auguste Dupin",
    "Inspector Maigert",
    "Hercule Poirot",
    "Jean Peirre", 
2)

qa[2] = new Question("Frederic Dannay and Manfred B Lee together created which character ?",
    "Jane Maxwell",
    "Tom Jones",
    "Allan Smith",
    "Ellery Queen",
3)

qa[3] = new Question("Name the dectective created by Dashiell Hammit ?",
    "Nero Wolfe",
    "Sam Spade",
    "Charlie Chan",
    "Prodosh Mitter", 
1)

qa[4] = new Question("Name the detective character created by Oscar winning film director Satyajit Ray :",
	"Bomkesh BAKSHI",
	"Apu",
	"Feluda or Prodosh Mitter",
	"Sam Singh",
2)

qa[5] = new Question("Who created the character Lord Peter Wimpsey ?",
    "Rex Stout",
    "Dorothy Sayers",
    "Toni Morrison",
    "Amy Tan",
1)


qa[6] = new Question("Name the character created by Rex Stout :",
	"Nero Wolfe",
	"Father Brown",
	"Lew Archer",
	"Perry Mason",
0)

qa[7] = new Question("Which actor played the role of the detective in the TV series Remington Steele ?",
	"Sean Connery",
	"Roger Moore",
	"Timothy Dalton",
	"Pierce Brosnan",
3)

qa[8] = new Question("Name the doctor and friend of Sherlock Holmes who accompanied and recorded all Sherlock Holmes cases :",
	"John Smith",
	"Peter Watson",
	"John Watson",
	"Peter Smith",
2)

qa[9] = new Question("On whom is the character of Sherlock Holmes is supposed to have been loosely based ?",
	"Dr. Joseph Bell",
	"Arthur Conan Doyle",
	"Benjamin Disraeli",
	"Walter Scott",
0)

