var strLandingTitle = "SHOPPING: Fine Living IQ Quiz";
var strLandingHeader = "Are you a super shopper or a clueless consumer?";
var strLandingText = "Okay. So you know where to find all the best bargains; how to shop from home like a pro; when the mall does its markdowns. But a true champion shopper knows what to look fo\r in a laptop, what not to buy while overseas and where to go for below-cost savings. Take this quiz to determine whether you're a super shopper or just a coupon-clipping poseur.";

var strIQLabelA = "You\'re a personal shopper's dream client.";
var strIQLabelATag = "Shopping isn\'t for everyone. Maybe you\'d enjoy a nice ceramics class. Better yet, maybe think about hiring someone to do your shopping for you.";

var strIQLabelB = "You\'re a so-so shopper.";
var strIQLabelBTag = "You\'re almost there, but probably stymied by thoughts of shopping as \"a chore.\" Take a seasoned shopper with you when you head to the stores. Pay attention to what your companion takes home and what gets left behind. Stick to browsing and window-shopping until the whole \"buying wisely\" thing starts making sense to you.";

var strIQLabelC = "You\'re a consummate consumer!";
var strIQLabelCTag = "Congratulations! You know a bargain when you see one and, more importantly, you know when not to buy something. Stores should pay you to shop in them!";

var aryQuestions = new Array(
	"What's the difference between a thrift store and a vintage store?",
	"Which of these facts proves you're a champion bargain shopper?",
	"Before going back-to-school shopping with your kids, it's best to:",
	"American Shopper is:",
	"A true bargain shopper:",
	"Online shopping is a great way to compare prices and buy goods with the click of a button. What's the little symbol you should look for to be sure your purchase info is secure?",
	"When outlet shopping, the best time to find good deals is:",
	"When shopping for a swimsuit, it's a good idea to:",
	"When buying an item on the Internet, you should:",
	"Personal shoppers"
);

var aryQ0Answers = new Array(
	"Thrift stores are higher quality.",
	"Vintage stores are higher quality and the items are less worn.",
	"Vintage stores are snobbier and thrift purchases are considered charitable donations.",
	"The smell."
);

var aryQ1Answers = new Array(
	"The first thing you read in the Sunday paper is the Target circular.",
	"You only shop at club stores.",
	"You buy generic, knowing that store-brand items are often the same quality as name-brand ones.",
	"You haggle, even in department stores."
);

var aryQ2Answers = new Array(
	"Lecture them on proper shopping behavior.",
	"Study <i>Tiger Beat</i> to see what smart-dressed kids are wearing this season.",
	"Inventory your kids\' closets to determine what they need re: pants, dresses and shoes.",
	"Make sure they actually have been accepted back at the school.  (Don&#8217;t ask, long story)."
);

var aryQ3Answers = new Array(
	"A series on Fine Living that helps you make smart buying decisions.",
	"A series on Fine Living about checkout clerks with motorcycles.",
	"A series on Fine Living about Americans in foreign shopping districts.",
	"A series on Fine Living about your mom."
);

var aryQ4Answers = new Array(
	"Memorizes each issue of <i>Consumer Reports</i>.",
	"Sticks to a preset budget and keeps track of what's been spent.",
	"Clips and files every coupon in the morning paper.",
	"Has a shrine to Bob Barker."
);

var aryQ5Answers = new Array(
	"XXX",
	"A credit card icon on the top of the screen",
	"A security lock icon on the bottom of the screen",
	"Crossed fingers"
);

var aryQ6Answers = new Array(
	"At the beginning of the month",
	"In the middle of the season",
	"At the end of the month",
	"In the middle of the month"
);

var aryQ7Answers = new Array(
	"buy cotton; it lasts longer.",
	"find a fitting room where the mirrors make you look thinner.",
	"try on a suit that\'s a size or two larger than you\'d normally wear, because swimsuits tend to fit small.",
	"take along your most judgmental friend."
);

var aryQ8Answers = new Array(
	"Only shop with companies that also have brick-and-mortar stores, like Best Buy or Kohl\'s.",
	"Call the company\'s 800 number to confirm your order.",
	"Print both your receipt and the company\'s policy on returns and warranties.",
	"Make sure to select the plain-brown-paper-wrapper packaging option."
);

var aryQ9Answers = new Array(
	"are only for the wealthy.",
	"will inform you of upcoming sales and new merchandise arrivals, keeping you fashion-wise while saving you money.",
	"like to run up your charge cards with frivolous purchases.",
	"are part of a retail conspiracy to get you to buy stuff you don\'t need."
);

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

