//Heading Displayed on the QUiz Page
pageHeading="Basketball : Teams"
//Questions

qa=new Array()

qa[0] = new Question("Which is the other basketball team from Los Angeles?",
    "L.A. Stars",
    "L.A. Sun",
    "L.A. Clippers",
    "L.A. Hoopsters", 
2)

qa[1] = new Question("The New York Knickerbockers, better known as the Knicks, are one of only two charter members of the National Basketball Association still in their original cities, which is the other?",
    "Boston Celtics",
    "Washington Wizards",
    "Harlem Globetrotters",
    "Chicago Bulls", 
0)

qa[2] = new Question("With which city would you associate the basketball team Heat?",
    "Phoenix",
    "Dallas",
    "Austin",
    "Miami",
3)

qa[3] = new Question("Name the home court of New Orleans Hornet's :",
    "Hornet Home",
    "New Orleans Indoor stadium",
    "Hornet's Nest",
    "New Orleans Arena", 
3)

qa[4] = new Question("Name the official fan club of Boston Celtics:",
	"Club Green",
	"Celtic Lads",
	"Boston Brahmins",
	"Green Boys",
0)

qa[5] = new Question("With which team would you associate T.D. Waterhouse centre?",
    "Chicago Bulls",
    "Boston Celtics",
    "Miami Heat",
    "Orlando Magic",
3)

qa[6] = new Question("Name Atlanta Hawks' mascot:",
	"Harry",
	"Henry",
	"Hiram",
	"Harod",
0)

qa[7] = new Question("Utah's basketball team's name is a  type of music. Name the team?",
	"Reggae",
	"Calypso",
	"Rock 'n' Roll",
	"Jazz",
3)

qa[8] = new Question("This group of Dallas Maverick fans perform during breaks infront of their home crowd. By what name are they known?",
	"Mavs Boys",
	"Mavs Men",
	"Mavs Maniaac",
	"Mavs Fans",
2)

qa[9] = new Question("For which team would you expect the mascot Rocky to cheer?",
	"Dallas Mavericks",
	"Utah Jazz",
	"Chicago Bulls",
	"Denver Nuggets",
3)
