var strLandingTitle = "Summer Vacation: Fine Living IQ";
var strLandingHeader = "Make the Most of Your Summer Break";
var strLandingText = "Romantic weekends, family road trips, sleep-away camps, cruises, beaches it's all there for the taking in the summer. Before you pack your bags, take our quiz and see if you know what you need to have the best possible summer trip.";

var strIQLabelA = "Daytripper";
var strIQLabelATag = "Summer travel isn't exactly something you do the occasional long weekend, but definitely not a family-fun extravaganza. Decide what summer vacation is best for you, whether it\'s discovering Dutch country or backpacking through Europe.";

var strIQLabelB = "Happy Trails";
var strIQLabelBTag = "Campsites aren't totally foreign to you, and you've driven across spans of the US of A on more than one occasion. Since school\'s out, why not take the time to plan a family holiday? Or, if you\'re unattached, treat yourself to a fantasy camp for adults. Summer vacation\'s not just for kids!";

var strIQLabelC = "Holiday Road";
var strIQLabelCTag = "You put Clark Griswold to shame, what with your fancy road trips, fantasy camps, and educational cross-continental travel. You\'re probably an expert camper, to boot. For your next vacation, try sending the kids to summer camp while you and your spouse go on a grown-up adventure.";

var aryQuestions = new Array(
	"Which four presidents can be found on Mt. Rushmore?",
	"Colonial Williamsburg is where you'll see:",
	"What's the best way to keep your car's engine from overheating while on a road trip?",
	"Yosemite is more than just 800 miles of trails, wildlife and giant sequoias.  Which is not part of Yosemite?",
	"Newport, R.I., is home to the extravagant summer 'cottages' of wealthy 19th century industrialists (like the Vanderbilts). The town also lays claim to which landmark?",
	"When you visit Mackinac (pronounced Mackinaw) Island in Northern Michigan you'll enjoy:",
	"Catalina Island makes a great summer travel destination. What magnate purchased the island and made it the tourist spot it is today?",
	"Hershey, PA, is home to:",
	"Despite the scary name (and movie), Cape Fear is a big summer travel destination. Where is it located?",
	"Road trip trivia: What states will you be in when passing through the 4 Corners?"
);

var aryQ0Answers = new Array(
	"Washington, Jefferson, Roosevelt and Lincoln",
	"Jefferson, Roosevelt, Washington and Grant",
	"Washington, Lincoln, Jefferson and Hamilton",
	"Clinton, Ford, Carter and Bush"
);

var aryQ1Answers = new Array(
	"A celebration of 17th century America",
	"Re-enactments of Revolutionary-era battles",
	"Fife and drum and bagpipe parades",
	"Amish country"
);

var aryQ2Answers = new Array(
	"Turn the heat on.",
	"Run the A/C.",
	"Drive in the shade.",
	"Keep your speed under 45mph."
);

var aryQ3Answers = new Array(
	"Half Dome, rising 4000 feet from the valley floor",
	"2400 foot Yosemite Falls",
	"Badger Pass",
	"Devil's Tower"
);

var aryQ4Answers = new Array(
	"The oldest church in New England",
	"The oldest lighthouse in the world",
	"The oldest synagogue in the U.S.",
	"The oldest monastry on the east coast"
);

var aryQ5Answers = new Array(
	"Renaissance charm",
	"A throwback to a slower and quieter time",
	"Views of the straits of Lake Superior from the Grand Hotel",
	"One of the US's largest wharfs"
);

var aryQ6Answers = new Array(
	"William Wrigley",
	"John D. Rockefeller",
	"J. Paul Getty",
	"Donald Trump"
);

var aryQ7Answers = new Array(
	"Hersheyland Amusement Park",
	"The world's biggest Kiss",
	"Nestle's Quikstop",
	"Hotel Hershey"
);

var aryQ8Answers = new Array(
	"North Carolina",
	"Georgia",
	"South Carolina",
	"Florida"
);

var aryQ9Answers = new Array(
	"Colorado, Arizona, Utah and New Mexico",
	"Colorado, Wyoming, Nebraska and Kansas",
	"Wyoming, Utah, Idaho and Colorado",
	"Colorado, Arizona, Nebraska, Utah"
);

var aryCorrectAnswers = new Array(
	"A",
	"B",
	"A",
	"D",
	"C",
	"B",
	"A",
	"D",
	"A",
	"A"
);

