var strLandingTitle = "SPAS: Fine Living IQ Quiz";
var strLandingHeader = "Time to show off your spa smarts.";
var strLandingText = "Between work and the stress of everyday life, we need to force ourselves to relax. That\'s where spas come in handy. Are you a frequent offender? Do you ask your massage therapist for \"deep-tissue\", or your esthetician to do \"extractions\"? If these words sound like a foreign language (esthe-what?!) then you might want to start soaking away that stress in a floral-scented bubble bath. Find out where you stand - or recline - on our spa-savvy scale";

var strIQLabelA = "Never Been Spoiled";
	var strIQLabelATag = "Someone is in need of a little TLC. If you\'ve never been to a spa you don\'t know what you\'re missing. Start with the basics - 60-minute massage, deep cleansing facial - and you\'ll be hooked for life.";


/*
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 = "Been There, Scrubbed That";
var strIQLabelBTag = "You\'ve had a few treatments in your day and it shows thanks to your fabulous IQ score and that healthy glows. Push yourself out of a Swedish-massage rut with expert spa tips and some new treatments.";
var strIQLabelC = "Pampering Professional ";
var strIQLabelCTag = "When you walk into a spa, you know the drill: Strip it off and get down to business. Instead of getting the usual salt glow, try a new technique.";

var aryQuestions = new Array(
	"What is <i>hydrotherapy</i>?",
	"People first started enjoying the mental and physical benefits of spas in:",
	"Which massage is your basic rub and grind? ",
	"Which of the following is NOT an ingredient used in body exfoliation?",
	"\"Extraction\" is a spa term for:",
	"Which treatment is used to detoxify the body of impurities?",
	"Exfoliation:",
	"A popular massage technique involves:",
	"Think spas are for ladies only? Think again. What percentage of men hit the spa?",
	"What is <i>thalassotherapy</i>?"
);

var aryQ0Answers = new Array(
	"A technique to overcome one's fear of water",
	"The use of water to soothe pains",
	"Like a car wash, only for people",
	"Underwater psychiatry"
);

var aryQ1Answers = new Array(
	"Ancient Rome",
	"18th-century France",
	"NYC\'s Chinatown in the 1920s",
	"Vegas, after realizing the house always wins"
);

var aryQ2Answers = new Array(
	"Shiatsu",
	"Swedish",
	"Acupressure",
	"Come on, get your mind out of the gutter (and actually, who does this kind of thing in a gutter?)"
);

var aryQ3Answers = new Array(
	"Ground pumpkin seeds (as opposed to Great Pumpkin seeds)",
	"Brown sugar",
	"Hazelnuts ",
	"Swatches of silk"
);

var aryQ4Answers = new Array(
	"The vanilla-scented oil they pour on your body",
	"Asking you to leave when it\'s all over",
	"Anti-compression muscular rejuvenation",
	"The removal of ingrown hairs (hey it can\'t all be pretty)"
);

var aryQ5Answers = new Array(
	"Cold-water bath",
	"Mineral, mud or enzyme baths",
	"Exfoliation",
	"The unplugging of your Internet connection"
);

var aryQ6Answers = new Array(
	"Relaxes",
	"Detoxifies",
	"Removes dead skin cells ",
	"Is something divorcées need to resist"
);

var aryQ7Answers = new Array(
	"Tea staining",
	"Kongregation",
	"Hot stones",
	"Rolling Stones"
);

var aryQ8Answers = new Array(
	"5%",
	"25%",
	"40%",
	"Is it Happy Hour? Is it Coed? What do you mean by \"hit\" the spa? Am I punching it?"
);

var aryQ9Answers = new Array(
	"A natural mineral spring in France",
	"A treatment done with seaweed, algae and seawater",
	"A Greek body wrap",
	"Cowgirls Gone Wild"
);

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

