//Heading displayed on the quiz page
pageHeading="BigRedRabbit.com Jacksonville Trivia Quiz"

//Questions
qa = new Array()
qa[0] = new Question("How many square miles of water are in Duval County?",
 "5 square miles",
 "15 square miles",
 "34 square miles",
 "74 square miles",
 3)
qa[1] = new Question("What year did the Jacksonville Jaguars go 14 - 2 in the regular season?",
 "1996",
 "1997",
 "1998",
 "1999",
 3)
qa[2] = new Question("What is the longest river in Florida at a length of 318 miles?",
 "Suwanee River",
 "St. Johns River",
 "Withlacoochee River",
 "Indian River",
 1)
qa[3] = new Question("In 1763, the first graded road was built in Florida.  What was the name of the road?",
 "St. Augustine Road",
 "Orange Blossom Trail",
 "Old Kings Road",
 "Miami Trail",
 2)
qa[4] = new Question("Florida is the southernmost state in the United States?",
 "True",
 "False",
 1)
qa[5] = new Question("Gatorade was developed by the University of Florida Gators?",
 "True",
 "False",
  0)
qa[6] = new Question("Jacksonville namesake, Andrew Jackson had a home in Jacksonville.",
 "True",
 "False",
 1)
qa[7] = new Question("When first completed in 1989, the Dames Point Bridge became the longest cable-stayed span in the United States and the longest concrete span of its type in the Western Hemisphere. What is the official name of the bridge?",
 "Jeb Bush Bridge",
 "Dames Point Bridge",
 "Napolean Bonepart Broward Bridge",
 "Fuller Warren Bridge",
 2)
qa[8] = new Question("What Fort and National Monument is located in Jacksonville?",
 "Castillo de San Marcos",
 "Fort Caroline",
 "Fort St. John",
 "Fort Clinch",
 1)
qa[9] = new Question("What is the Florida State Insect?",
 "Praying Mantis",
 "Mosquito",
 "Fire Ant",
 "Butterfly",
 0)
qa[10] = new Question("How many movies have been filmed in Jacksonvile?",
 "less than 10",
 "between 11 - 99",
 "between 100 - 200",
 "Over 300",
 3)
qa[11] = new Question("Jacksonville is the largest city in the contiguous United States in terms of land area. What is the most populus city in Florida?",
 "Miami",
 "Tampa",
 "Jacksonville",
 "Orlando",
 2)

