//Heading Displayed on the QUiz Page
pageHeading="Michael Jordan Quiz"
//Questions

qa=new Array()

qa[0] = new Question("In which year did Michael make his NBA debut?",
    "1986",
    "1985",
    "1984",
    "1987", 
2)

qa[1] = new Question("How many seasons did Michael play in NBA league?",
    "15",
    "14",
    "13",
    "12", 
0)

qa[2] = new Question("Which is the last team Michael played for ?",
    "L.A.Lakers",
    "Chicago Bulls",
    "Boston Celtics",
    "Washington Wizards",
3)

qa[3] = new Question("How many seasons did Michael play for Chicago Bulls?",
    "12",
    "14",
    "11",
    "13", 
3)

qa[4] = new Question("How many years was Michael judged the most valuable player of NBA finals?",
	"3",
	"4",
	"5",
	"6",
2)

qa[5] = new Question("Which firm manufactures and markets Jordan Cologne?",
    "Ralph Lauren",
    "Tommy Hilfiger",
    "Nina Ricci",
    "Bijan",
3)

qa[6] = new Question("What are Michael Jordan's basketball academies called?",
	"Jordan Basketball school",
	"Jordan Basketball clinic",
	"Michael Jordan Flight school",
	"Air Jordan",
2)

qa[7] = new Question("Which of the following restaurants is not a Michael Jordan venture?",
    "Jordan Restaurant",
    "Michael's",
    "Michael Jordan's 23 sportscafe",
    "Michael Jordan's steak house", 
1)

qa[8] = new Question("How many games did Michael play in his NBA career?",
	"1072",
	"1111",
	"1010",
	"1324",
0)

qa[9] = new Question("Which was the first team Michael played against after coming back from a retirement in 1995?",
	"New York Knicks",
	"Boston Celtics",
	"Utah Jazz",
	"Indiana Pacers",
3)
