//Heading Displayed on the QUiz Page
pageHeading="Boxing divisions and greats Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Which is the lightest weight in boxing ?",
    "Flyweight",
    "Featherweight",
    "Light Fly Weight",
    "Light Featherweight", 
0)

qa[1] = new Question("Which category is just below heavy weight category in terms of weight ?",
    "Light heavy weight",
    "Middle Weight",
    "Welter Weight",
    "Bantam weight", 
0)

qa[2] = new Question("With which division would you associate the great Pancho Villa ?",
	    "Flyweight",
    	"Featherweight",
	    "Light Fly Weight",
    	"Light Featherweight",
0)

qa[3] = new Question("What was the nick name given to Light weight boxer Jack O'Brien ?",
    "Jacky",
    "Jake",
	"Iron Fists",
    "Philadelphia",
3)

qa[4] = new Question("Which nickname connects the boxers Ray Robinson and Ray Leonard ?",
	"Salt",
	"Sugar",
	"Iron fists",
	"Dynamite",
1)

qa[5] = new Question("Which weight category falls between Middleweight and Lightweight category ?",
    "Welterweight",
    "Light Middle weight",
    "Heavy light weight",
    "Bantam weight",
0)

qa[6] = new Question("Which Heavy weight champ had once delivered a lecture on Shakespeare in an Ivy League university ?",
	"Jack Johnson",
	"Gene Tunney",
	"Sam Langford",
	"Jack Dempsey",
1)

qa[7] = new Question("Which boxing great was once offered the post of Professor of poetry at Oxford ?",
    "Jack Johnson",
    "Gene Tunney",
    "Mohammed Ali",
    "Jack Dempsey", 
2)

qa[8] = new Question("At which category did the great Pete Herman contest ?",
	"Welterweight",
	"Light Middle weight",
	"Heavy light weight",
	"Bantam weight",
3)

qa[9] = new Question("At which category did the great Georges Carpentier contest ?",
	"Welterweight",
	"Light Middle weight",
	"Heavy light weight",
	"Bantam weight",
1)