//Heading Displayed on the QUiz Page
pageHeading="Chicago Bulls : The team"
//Questions

qa=new Array()

qa[0] = new Question("In which  season  did Chicago Bulls join the NBA?",
    "1966-67",
    "1965-66",
    "1964-65",
    "1967-68", 
0)

qa[1] = new Question("Against which team did the Bulls have their first win?",
    "L.A. Lakers",
    "New York  Knicks",
    "Boston Celtics",
    "St.Louis Hawks", 
3)

qa[2] = new Question("In which season did the Bulls win its first NBA title?",
    "1990-91",
    "1991-92",
    "1992-93",
    "1993-94",
0)

qa[3] = new Question("Which uniform number did Michael Jordan wear for the Bulls?",
    "26",
    "46",
    "50",
    "23", 
3)

qa[4] = new Question("What is the mascot of Chicago Bulls called?",
	"Benny the Bull",
	"Bull Worth",
	"Bull Work",
	"Benjamin the Bull",
0)

qa[5] = new Question("What are the cheer leaders of the Bulls called?",
    "Luvabulls",
    "Bull workers",
    "Cow girls",
    "Matadors",
0)

qa[6] = new Question("What is the entertainment troop of the Chicago Bulls called?",
	"Luvabulls",
	"Cow boys",
	"Matadors",
	"Cow Girls",
2)

qa[7] = new Question("Which jersey number does the mascot Benny the bull wear?",
    "0",
    "1",
    "13",
    "19", 
1)

qa[8] = new Question("Name Chicago Bulls home court?",
	"Bull  Ring",
	"United Center",
	"Bulls Stadium",
	"Chicago Stadium Club",
1)

qa[9] = new Question("What is the charity arm of Chicago Bulls called?",
	"Bull work",
	"Bull Money",
	"Charitibull",
	"Bull Ring",
2)
