//Heading Displayed on the QUiz Page
pageHeading="Boxers- World heavyweight Champs and Films Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Debuted in 1934.Won his title from James Braddock in 1937. Name this boxing great :",
    "Mohammed Ali",
    "Jack Dempsey",
    "Gene Tunney",
    "Joe Louis", 
3)

qa[1] = new Question("Fought between 1915-1931. Lost title to Gene Tunney in 1926. Fought a total of 148 fight of which he won 108 by Knock Out. Name this  boxing heavy weight champ :",
    "Joe Louis",
    "Jim Jeffries",
    "Jack Dempsey",
    "Jack Johnson", 
2)

qa[2] = new Question("Who won the world heavy weight title in 1899 knocking out Bob Fitzsimmons in the 11th round ?",
    "Jim Jeffries",
    "Gene Tunney",
    "Jim Corbett",
    "Jack Dempsey",
0)

qa[3] = new Question("Which heavy weight fighter fought between 1897-1945. He lost his title to Jess Willard in 1915.",
    "Joe Louis",
    "Jim Jeffries",
	"Jack Johnson",
    "Jack Dempsey",
2)

qa[4] = new Question("Identify this champ. Fought between 1947-55. Won his title from Joe Walcott in 1952. Fought and won 49 fights, won 43 by knock outs and 6 by decision.",
	"Rocky Marciano",
	"Ezzard Charles",
	"Bob Fitzsimmons",
	"Jim Corbett",
0)

qa[5] = new Question("Who won the Heavy weight title from Sonny Liston in 1964 ?",
    "Joe Frazier",
    "Michael Spinks",
    "Leon Spinks",
    "Mohammed Ali",
3)

qa[6] = new Question("On whose life is the Robert De Niro starrer 'Raging Bull' based ?",
	"Rocky Marciano",
	"Ezzard Charles",
	"Jack LaMotta",
	"Mohammad Ali",
2)

qa[7] = new Question("What was Sylvester Stallone's name in the Rocky series ?",
    "Rocky Marciano",
    "Rocky Balboa",
    "Rocky Fabrisi",
    "Rocky Mitchell", 
1)

qa[8] = new Question("In which year was Mohammad Ali stripped of his heavy weight title for having boycotted military draft ?",
	"1965",
	"1968",
	"1966",
	"1964",
3)

qa[9] = new Question("From whom did Mohammad Ali regain his title in 1974 ?",
	"Leon Spinks",
	"Michael Spinks",
	"Joe Frazier",
	"George Forman",
3)