//Heading Displayed on the QUiz Page
pageHeading="Skyscrapers, Locations and their Architects Quiz"
//Questions

qa=new Array()

qa[0] = new Question("With which building would you connect the architect Minoru Yamasaki ?",
    "Sears Tower",
    "Petronas Tower",
    "Empire State building",
    "World Trade Center", 
3)

qa[1] = new Question("With which architect would you associate the designing of the Woolworth building at New York ?",
    "Cass Gilbert",
    "Frank L. Wright",
    "Charles Correa",
    "Minoru Yamasaki", 
0)

qa[2] = new Question("Which building of much importance was designed by architects Roche-Dinkeloo ?",
    "U.N. Plaza",
    "Sears Tower",
    "Rockefeller Center",
    "Seagram Building",
0)

qa[3] = new Question("Which architect is credited to have designed the Chrysler Building at New York ?",
    "Daniel Burnham",
    "I.M.Pei",
	"Norman Foster",
    "William Van Alen",
3)

qa[4] = new Question("Which architect is credited to have designed the Empire State building at New York ?",
	"Daniel Burnham",
	"I.M.Pei",
	"Norman Foster",
	"Shreve, Lamb & Harmon",
3)

qa[5] = new Question("Who designed the Petronas Towers at Kuala Lumpur ?",
    "I.M.Pei",
    "Minoru Yamasaki",
    "Charles Correa",
    "Cesar Pelli",
3)

qa[6] = new Question("Sears Tower was designed by Bruce Graham/ SOM, In which city is it located ?",
	"New York",
	"Montreal",
	"Dallas",
	"Chicago",
3)

qa[7] = new Question("In which U.S. city would you find the Hancock Place, designed by architect I.M. Pei ?",
    "New York",
    "Boston",
    "Seattle",
    "Baltimore", 
1)

qa[8] = new Question("With which architect would you associate the designing of the building 'La Grande Arche' in Paris ?",
	"Minoru Yamasaki",
	"Johann Otto von Spreckelsen",
	"Charles Correa",
	"Cesar Pelli",
1)

qa[9] = new Question("This building in Tokyo is also called the 'Ikebukuro Tower'. By what other name do we generally call it ?",
	"Japan Tower",
	"Tokyo Tower",
	"Tower of Tokyo",
	"Sunshine 60",
3)