//Heading Displayed on the Quiz Page
pageHeading="Jackie Chan Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Where and when was Jackie Chan  born ?",
    "Hong Kong, 7th Apr 1954",
    "Kuala Lumpur, 26th  Nov 1955",
    "Shanghai, 1st Dec 1949",
    "Beijing, 25th  Dec 1953", 
0)

qa[1] = new Question("What did his family name him on his birth ?",
    "Chang Kong San",
    "Charles San",
    "Chow Yuan",
    "Lee Jun Fan", 
0)

qa[2] = new Question("Where did his family settle after leaving Hong Kong ?",
    "Australia",
    "Singapore",
    "U.S",
    "Malaysia",
0)

qa[3] = new Question("Which school did Jackie join  after returning to Hong Kong ?",
    "St John's",
    "St Patrick's",
    "Hong Kong boys high school",
    "China Drama Academy", 
3)

qa[4] = new Question("What stage name did Jackie take while at China Drama Academy ?",
	"Kung Pao",
	"J.C. Lin",
	"Kun Ye",
	"Yuen Lao",
3)

qa[5] = new Question("Of which drama and stunt group was Jackie a part while at academy ?",
    "Wonder boys",
    "Seven little fortunes",
    "Little wonders",
    "Small wonder",
1)

qa[6] = new Question("From where did the group get the name seven little fortunes ?",
	"The principal named them",
	"From a fairy tale",
	"From a poem",
	"From an opera",
3)

qa[7] = new Question("For which film company did Jackie work for the first time ?",
	"MGM",
	"Universal",
	"UA",
	"Golden Harvest",
3)

qa[8] = new Question("Which was Jackie's first film as a hero ?",
	"New Fist of fury",
	"Rumble in Bronx",
	"Shanghai Knights",
	"Shanghai Noon",
0)

qa[9] = new Question("With which movie did Jackie make a Hollywood come back ?",
	"Rumble in Bronx",
	"Cannon Ball run",
	"Big Brawl",
	"The protector",
0)