var strLandingTitle = "DESSERTS: FINE LIVING IQ";
var strLandingHeader = "Are you living the sweet life?";
var strLandingText = "Rich, bittersweet chocolate sauce drizzled over ice cream-filled profiteroles. A fresh fruit salad. Chocolate soufflé. Whatever you indulge in after dinner, chances are you savor every bite. You may be a professional dessert diner (not so difficult, we can attest), but how well do you know what you're biting into? Discover the difference between a <em>fool</em> and a <em>syllabub</em> and what it is that keeps grandma's chocolate cake so moist. Yum!";

var strIQLabelA = "Salty Snacker";
var strIQLabelATag = "You choose potato chips over chocolate chips and, sorry, but it shows in your score. Educate yourself on the sweet side of life with an introduction to desserts and a basic baking lesson. Next time hunger strikes, you'll be reaching for that peanut butter cookie.";


/*
var strIQLabelATag = new Array(
	"You choose potato chips over chocolate chips and, sorry, but it shows in your score. Educate yourself on the sweet side of life with an introduction to desserts and a basic baking lesson. Next time hunger strikes, you'll be reaching for that peanut butter cookie.",
	"<br><br>Learn More<br><br>",
	"<a href='#'>link</a><br />",
	"<a href='#'>link</a><br />",
	"<a href='#'>link</a><br />",
	"<a href='#'>link</a><br />"
);
*/

var strIQLabelB = "Occasional Indulgences";
var strIQLabelBTag = "Pretty darn good ol' chap.";
var strIQLabelC = "You Take the Cake";
var strIQLabelCTag = "Someone's got a sweet tooth and it shows. Your score is through the roof thanks to many long hours of practice (such hard work, tasting all those desserts on the menu). Sample something truly exotic on your next culinary adventure or engage in a little baking of your own.";

var aryQuestions = new Array(
	"The Italian dessert <i>tiramisu</i> translates as:",
	"Expert pastry chefs know the secret to good cookie dough. Do you?",
	"What is a <i>syllabub</i>?",
	"Bakers-in-the-know add this to keep chocolate cakes moist:",
	"How many bread and pastry chefs are working across America today?",
	"What makes a Black Forest Cake a Black Forest Cake?",
	"<i>Sabayon</i> (or, in Italy, <i>zabaglione</i>), a sweet, mousse-like dessert often added as a sauce over fruit, is made of:",
	"What are <i>biscotti</i>?",
	"What is a dessert <i>fool</i>?",
	"When hosting a Spanish dinner party, what's the most authentic thing you could bring out for dessert?"
);

var aryQ0Answers = new Array(
	"\"After dinner\"",
	"\"Pick-me-up\"",
	"\"Coffee and cream\"",
	"\"This is freak'n awesome\""
);

var aryQ1Answers = new Array(
	"A moist rolling pin",
	"Soft (but not too soft) butter",
	"Vanilla extract and ground chocolate",
	"A sharp knife to slice the plastic Pillsbury&reg; tube"
);

var aryQ2Answers = new Array(
	"A wine-fortified creamy dessert",
	"Another word for layer cake",
	"A Greek liquor-infused doughnut",
	"The coursework outline at the College of Hard Knocks"
);

var aryQ3Answers = new Array(
	"Cod liver oil",
	"Vinegar",
	"Alcohol",
	"Baby saliva"
);

var aryQ4Answers = new Array(
	"More than 170,000",
	"Fewer than 30,000",
	"At least 250,000",
	"Let's see: Mrs. Fields, Entenmanns, and those three Keebler elves. Five?"
);

var aryQ5Answers = new Array(
	"Texture and color",
	"Coffee liqueur",
	"Cherries and chocolate",
	"It's baked in a German woods by evil trolls"
);

var aryQ6Answers = new Array(
	"Vanilla, cognac and egg whites",
	"Champagne, vanilla and sugar",
	"Egg yolks, sugar and Marsala wine",
	"Calories, cholesterol and fat"
);

var aryQ7Answers = new Array(
	"Twice-baked Italian cookies",
	"Crusty chocolate chip cookies",
	"Bread cookies",
	"Fancy dog treats"
);

var aryQ8Answers = new Array(
	"Stewed or puréed fruit mixed with cream or custard",
	"A fake cake, made of plastic, cardboard and egg white icing",
	"A fat-free brownie",
	"Someone who gets this question wrong (which actually might make this the right answer… now I'm really confused)."
);

var aryQ9Answers = new Array(
	"Chocolate-dipped chili peppers",
	"Flan",
	"Bananas Flambé",
	"Charo"
);

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

