var strLandingTitle = "HEALTHY LIVING: Fine Living IQ";
var strLandingHeader = "Are you heart smart or a couch potato?";
var strLandingText = "Get moving with FINE LIVING's Healthy Living Quiz. Discover good fats, bury old wives' exercise tales and reap the benefits of a Swedish massage. Hints accompanying each question will be your personal trainer to teach you about ab exercises, food portions and even a little science. Stretch, warm up and hit the quiz running.";

var strIQLabelA = "Lazy Bones";
var strIQLabelATag = "Most of your down time between work, family and everyday errands is probably spent on the couch. We understand, we really do! But getting healthy will improve your quality of life by giving you energy, self-esteem and stamina. Start off with a few small changes and see how much better you feel.";


/*
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 = "Mover & Shaker";
var strIQLabelBTag = "Getting on a treadmill a few days a week has inspired you to get healthier. You may have even tried a yoga or Pilates class at your local gym. Mix things up by intensifying your workout or tightening up your diet. Your jeans will thank you.";
var strIQLabelC = "Trim & Toned";
var strIQLabelCTag = "You know who you are. You feel invigorated after your daily workout. You know that a handful of almonds gives your body the good fats it needs while staving off afternoon food cravings. Congratulations! You truly are living healthy. Maybe it's time to splurge on a home gym — and that ity-bitty bikini.";

var aryQuestions = new Array(
	"Nutritionists love almonds because they're full of that \"good fat,\" which helps lower cholesterol. What is GOOD FAT?",
	"A benefit of massage is that it:",
	"Exercise is important for expectant mothers. To keep abs in shape, doctors say you can do crunches until what point in the pregnancy?",
	"Changing seasons, dusty attics and pets all mean one thing: Allergies. Pollen, in particular, is a sniffly, eye-watery problem for how many Americans?",
	"Pilates is a form of exercise that's been around for almost a century but has recently regained a following. What are the benefits?",
	"The USDA Food Pyramid recommends 6 to 11 servings of whole grains per day. Which of the following is considered one serving?",
	"Which of the following is NOT a type of yoga?",
	"Known for its antioxidant-packed good fat, olive oil is the star of the Mediterranean diet. What is the heart-healthy acid found in olive oil?",
	"Many restaurants are now offering vegetarian dishes since a meat-free diet does have some health benefits. There are various degrees of vegetarianism. Do you know what a vegan is?",
	"Put down that Twinkie&#174; before you OD!  You need fewer calories than you think, and eating more could sabotage that healthy figure (and healthy heart!). What are men's and women's recommended daily caloric intake?"
);

var aryQ0Answers = new Array(
	"Monounsaturated fat",
	"Saturated fat",
	"Pork fat",
	"How can you place a moral value on fat? Unless by good fat you mean ice cream."
);

var aryQ1Answers = new Array(
	"Decreases your circulation",
	"Boosts your immune system",
	"Increases depression",
	"Not that kind of massage"
);

var aryQ2Answers = new Array(
	"The entire time",
	"Up to six months",
	"Up to four months",
	"Can we just go back to the ice cream question?"
);

var aryQ3Answers = new Array(
	"10 million",
	"35 million",
	"65 million",
	"Trick question: It's a problem for everyone ? sympathetic eye-watering is more prevalent than second-hand yawning."
);

var aryQ4Answers = new Array(
	"Beefy, thick muscles",
	"Long, lean muscles",
	"Drops pounds fast" ,
	"Oh, Pilates, I thought you said Pirates. Because Pirates have been around a lot longer than a century."
);

var aryQ5Answers = new Array(
	"One ounce of lentils",
	"A cup of cooked pasta or rice" ,
	"A loaf of bread",
	"One ounce of cereal" 
);

var aryQ6Answers = new Array(
	"Bikram",
	"Ananda",
	"Lyengar",
	"Lactose-free French Vanilla"
);

var aryQ7Answers = new Array(
	"Olive acid",
	"Citric acid",
	"Oleic acid",
	"Battery acid"
);

var aryQ8Answers = new Array(
	"Someone who abstains from all animal products, including dairy",
	"Someone who abstains from meat but eats fish",
	"A witch",
	"A green witch" 
);

var aryQ9Answers = new Array(
	"Women: 1000; Men: Always twice as much as women. It's not fair.",
	"It can vary greatly depending on lifestyle, age, height, weight, level of daily activity and body composition. ",
	"Women: 1600; Men: 2200",
	"No idea, you got me thinking about Twinkies&#174; now."
);

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

