//Heading Displayed on the QUiz Page
pageHeading="Leonardo Dicaprio Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Where in U.S was Leo born ?",
    "New York",
    "San Fransisco",
    "Chicago",
    "Hollywood", 
3)

qa[1] = new Question("With which Hollywood great did Leo share the screen in the film 'The Boys Life' ?",
    "Al Pacino",
    "Robert Redford",
    "Robert De Niro",
    "Harrison Ford", 
2)

qa[2] = new Question("In which year was Leo nominated for the 'Best supporting actor' for his role in the film 'What is eating Gilbert Grape' ?",
    "1993",
    "1994",
    "1995",
    "1996",
1)

qa[3] = new Question("Name Leo's character in the film 'Titanic' ?",
    "Adam Smith",
    "Jack Dawson",
	"Peter May",
    "Robin Jackson",
1)

qa[4] = new Question("Who starred opposite Leo in the film 'Titanic' ?",
	"Kate Winslet",
    "Kate Hudson",
	"Cate Blanchett",
    "Clara Danes",
0)

qa[5] = new Question("In which film based on a play by William Shakespeare did Leo act ?",
	"The Merchant of Venice",
    "The Tempest",
	"Romeo & Juliet",
    "Taming of the Shrew",
2)

qa[6] = new Question("Who palyed Juliet to Leo's Romeo in the film 'Romeo & Juliet' ?",
	"Kate Winslet",
    "Kate Hudson",
	"Cate Blanchett",
    "Clara Danes",
3)

qa[7] = new Question("Who directed the hit film 'Titanic' ?",
    "Michael Mann",
    "Steven Spielberg",
    "Robert Zemeckis",
    "James Cameron", 
3)

qa[8] = new Question("Which future oscar winner's first major Hollywood film was 'The Quick and the Dead' - a film starring Leo ?",
	"Mel Gibson",
	"Russel Crowe",
	"Adrian Brody",
	"Kevin Spacey",
1)

qa[9] = new Question("Who directed the film 'Catch Me If You Can' starring Leo in the lead ?",
	"Michael Mann",
	"Steven Spielberg",
	"Robert Zemeckis",
	"James Cameron",
1)