//Heading Displayed on the QUiz Page
pageHeading="Bruce Lee Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Where and when was Bruce Lee born ?",
    "San Francisco 27th  Nov 1940",
    "Detroit 26th  Nov 1936",
    "Hong Kong 1st  Dec 1940",
    "Beijing 25th Dec 1940", 
0)

qa[1] = new Question("What did his family name him on birth ?",
    "Bruce Lee",
    "Charles Lee",
    "Chow Yuan",
    "Lee Jun Fan", 
3)

qa[2] = new Question("Where did his family settle after leaving San Francisco ?",
    "Shanghai",
    "Singapore",
    "Hong Kong",
    "Kuala Lumpur",
2)

qa[3] = new Question("Which was the school he joined after leaving La Salle College in 1952 ?",
    "St John's",
    "St Patrick's",
	"Hong Kong boys high school",
    "St Francis Xavier's college",
3)

qa[4] = new Question("Which is the first martial art that Bruce learnt ?",
	"Kung Fu",
	"Judo",
	"Karate",
	"Wing Chun",
3)

qa[5] = new Question("Who taught Wing Chun to Bruce ?",
    "Steven Lim",
    "William Cheung",
    "Willie Ho",
    "Yip Man",
3)

qa[6] = new Question("In which 1958 movie did Bruce Lee appear for the first time ?",
	"The gift",
	"Kung Fu the story",
	"Fists",
	"The orphan",
3)

qa[7] = new Question("For which dance form did Bruce Lee win the Crown colony championship in 1958 ?",
    "Samba",
    "Foxtrot",
    "Waltz",
    "Cha Cha", 
3)

qa[8] = new Question("To which city did Bruce Lee move to leaving Hong Kong in 1959 ?",
	"Washington DC",
	"New York",
	"Newark",
	"Seattle",
3)

qa[9] = new Question("In which subject did Bruce major in from University of Washington ?",
	"History",
	"Botany",
	"Philosophy",
	"Chemistry",
2)