//Heading Displayed on the QUiz Page
pageHeading="Cartoons named after famous people Quiz"
//Questions

qa=new Array()

qa[0] = new Question("After which noted gangster was the comic character Baby Face Finlayson named ?",
    "Baby Face Simpson",
    "Baby Face Nelson",
    "Baby Face Jackson",
    "Baby Face Davidson", 
1)

qa[1] = new Question("The character Calamity James was named after Calamity Jane. In which comic strip did this character appear ?",
    "Beano",
    "Superman",
    "Batman",
    "Wonderwoman", 
0)

qa[2] = new Question("The character Calvin is named after famous 16th century theologian. Name the real person :",
    "John Calvin",
    "Peter Calvin",
    "Thomas Calvin",
    "David Calvin",
0)

qa[3] = new Question("Hobbes from the comic strip Calvin and Hobbes is named after which 17th century philosopher ?",
    "David Hobbes",
    "Issac Hobbes",
	"Thomas Hobbes",
    "Peter Hobbes",
2)

qa[4] = new Question("On which fictional character is Disney's Scrooge McDuck based ?",
	"Ebeneezer Scrooge",
	"Job Scrooge",
	"Jedediah Scrooge",
	"John Scrooge",
0)

qa[5] = new Question("Yogi the Bear is based on which real life baseball star ?",
    "Mickey Mantle",
    "Babe Ruth",
    "Yogi Bera",
    "Jim Thorpe",
2)

qa[6] = new Question("In Beano comics the  name of the character Ivan the terrible is  named after the former ruler of which country ?",
	"Russia",
	"Poland",
	"Bulgaria",
	"Romania",
0)

qa[7] = new Question("Which comic character is named after the U.S politician Thomas Edmund Dewey ?",
    "Thomas",
    "Little Ed",
    "Ed Dewey",
    "Dewey", 
3)

qa[8] = new Question("In which comics would you find the characters named after the painters; Raphael, Leonardo, Donatello and Michelangelo ?",
	"Asterix",
	"Lucky Luke",
	"Tintin",
	"Teenage Mutant Ninja Turtles",
3)

qa[9] = new Question("The character Tycho Brahe in the comics Penny Arcade is named after a real life person. Who was Tycho Brahe ?",
	"Philosopher",
	"Mathematician",
	"Astronomer",
	"Theologian",
2)