//Heading Displayed on the QUiz Page
pageHeading="Bruce Lee Quiz"
//Questions

qa=new Array()

qa[0] = new Question("In which year was Bruce Lee's book 'Chinese Gung Fu: the philosophical art of self defense'  published ?",
    "1966",
    "1965",
    "1963",
    "1962", 
2)

qa[1] = new Question("Bruce gave his first major demonstration at Ed Parker's Long Beach Karate Internationals .Which year was it ?",
    "1966",
    "1965",
    "1964",
    "1962", 
2)

qa[2] = new Question("Whom did Bruce marry in 1964 ?",
    "Linda Amery",
    "Patsy Knight",
    "Sandra Hill",
    "Anne Smith",
0)

qa[3] = new Question("Name Bruce's son who met with is death while filming the action movie- The Crow ?",
    "George",
    "Ryan",
	"Collin",
    "Brandon",
3)

qa[4] = new Question("In which TV series did Bruce appear as a regular in 1966-67 season ?",
	"The Mask",
	"The Sword master",
	"The Master",
	"The Green Hornet",
3)

qa[5] = new Question("Name the character played by Bruce in the TV series The Green Hornet :",
    "Lee",
    "Chang",
    "Kato",
    "Matsumoto",
2)

qa[6] = new Question("Which Hollywood actor was Bruce's co star in the film Marlowe ?",
	"James Coburn",
	"David Carradine",
	"James Horner",
	"Jack Palance",
2)

qa[7] = new Question("From which Hollywood martial art actor did Bruce learn the skill of  'High Kicking' ?",
    "James Coburn",
    "Steven Seagal",
    "David Carradine",
    "Chuck Norris", 
3)

qa[8] = new Question("In 1971 Bruce moved to Hong Kong. That year two of his movies were released. One was the Fist of Fury, which was the other ?",
	"The big boss",
	"Enter the dragon",
	"Way of the dragon",
	"The Chinese connection",
0)

qa[9] = new Question("In which year did Bruce pass away ?",
	"1973",
	"1975",
	"1974",
	"1976",
0)