//Heading Displayed on the QUiz Page
pageHeading="Fictional Spies Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Written by Joseph Conrad in 1907. Name the fictional spy in the novel 'The Secret Agent' :",
    "Mr Verloc",
    "James Bond",
    "Emma Peel",
    "John steed", 
0)

qa[1] = new Question("Who created the character -James Bond ?",
    "Ian Flemming",
    "Graham Greene",
    "John Le Carre",
    "Tom Clancy", 
0)

qa[2] = new Question("Who created the spy -Jason Bourne ?",
    "Tom Clancy",
    "Harold Robbins",
    "John Le Carre",
    "Robert Ludlum",
3)

qa[3] = new Question("Peter O' Donell and Jim Holdaway created which character ?",
    "Emma Peel",
    "John Steed",
	"Mr. Verloc",
    "Modesty Blaise",
3)

qa[4] = new Question("Which fictional spy would you find in these books-The Final Programme, A Cure for Cancer, The English Assassin, The Condition of Muzak ?",
	"Jerry Cornelius",
	"Modesty Blaise",
	"Johnny English",
	"Austin Powers",
0)

qa[5] = new Question("Which author has created the character Harry Palmer ?",
    "Frederick Forsyth",
    "Len Deighton",
    "John Le Carre",
    "Tom Clancy",
1)

qa[6] = new Question("Which actor played the role of 'Johnny English' in the film with the same name ?",
	"Rowan Atkinson",
	"Dan Ackroyd",
	"Steve Martin",
	"Tom Hanks",
0)

qa[7] = new Question("Who directed the film 'La Femme Nikita' in 1990 ?",
    "Luc Besson",
    "Jean Jaque Annaud",
    "John Badham",
    "Joel Surnow", 
0)

qa[8] = new Question("Who played the role of Austin Powers in the films with the same name ?",
	"Mike MYers",
	"Tom Hanks",
	"Pierce Brosnan",
	"Richard Pryor",
0)

qa[9] = new Question("Who played the role of James Bond in 'Casino Royale' ?",
	"David Niven",
	"Alec Guiness",
	"Laurence Olivier",
	"Michael Caine",
0)