// note: be sure to check any string in this doc for single or double quotes
// if the string is wrapped in single quotes then you'll need to escape any
// single quotes within that string with a backslash \ (like wise for double quotes)
// EX: 'It's not working' should look like 'It\'s not working'
// and "The "brown" dog" should look like "The \"brown\" dog"

var webserverPath = "http://web.fineliving.com/fine/packages/iq/champange/";

// paths for URLs will need to be absolute
insertData({
	"data":{
		"urls":{
			// note:: there should be a coma after each string EXCEPT the last inside each {} bracket
			"landing":"http://www.fineliving.com/fine/pac_ctnt_988/text/0,,FINE_26036_65871,00.html",
			"q_pages":"http://www.fineliving.com/fine/pac_ctnt_988/text/0,,FINE_26036_65872,00.html",
			"finish":"http://www.fineliving.com/fine/pac_ctnt_988/text/0,,FINE_26036_65873,00.html",
			"seeAnswers":"http://www.fineliving.com/fine/pac_ctnt_988/text/0,,FINE_26036_65870,00.html",
			// send to friend email link
			//"sendToFriend":"mailto:?subject=Fine Living: Champange IQ Test&body=I thought you might like to take the Fine Living: Champange IQ Test and see if you're a champange junkie... http://www.fineliving.com/fine/pac_ctnt_988/text/0,,FINE_26036_65871,00.html",
			"sendToFriend": 'javascript: popWin("' + webserverPath + 'send_to_friend.htm?serverpath=' + webserverPath + '&subject=Champange Trivia: Champange IQ Quiz from Fine Living&body=I thought you might like to take the Fine Living Champange IQ Quiz. Are you a buff on bubbly or clueless about champagne? <a href=\'http://www.fineliving.com/fine/pac_ctnt_988/text/0,,FINE_26036_65871,00.html\'>Click here to take the quiz</a>", 300, 350, 0, 0, 0, 0, 0, 0, 0, 0)',
			// newsletter link goes inside the quotes in hintwindow('')
			"newsLetter":"hintwindow('http://www.fineliving.com/fine/newsletter/')"
		},
		"jpgs":{
			// These 4 lines should stay the same asuming that
			// the images have been placed on the webserver to
			// match this location
			// EX: http://domain.com/IQFolder/ is the webserver path
			// and the images live at http://domain.com/IQFolder/images
			"nextQuestion": webserverPath + "images/nextQuestion.jpg",
			"nextQuestionOver": webserverPath + "images/nextQuestion_over.jpg",
			"lastQuestion": webserverPath + "images/showScore.jpg",
			"lastQuestionOver": webserverPath + "images/showScore_over.jpg",
			"imgNeedHint": webserverPath + "images/needHint.jpg"
		},
		"pageDefinitions": {
			// Show hints?
			"showHintsPerPage": true,
			// Determine if we want to use a minimum height for either of the folling pages.
			"usingLandingPageMinHeight": true,
			"usingQuestionPageMinHeight": true,
			"usingFinishPageMinHeight": false,
			"minPageContentHeight": 336,
			"divCenterContentTextContainerWidth": 400
		},
		"buttonDimensions": {
			// landing page button
			"btnStartWidth": 130,
			"btnStartHeight": 29,
			// finsh page button
			"btnSeeAnswersWidth": 143,
			"btnSeeAnswersHeight": 29,
			// see answers page button
			"btnShowScoreWidth": 131,
			"btnShowScoreHeight": 29,
			// see answers & finish page buttons
			"btnNotifyMeWidth": 194,
			"btnNotifyMeHeight": 29,
			"btnSendToFriendWidth": 141,
			"btnSendToFriendHeight": 29,
			"btnLandingLinkWidth": 94,
			"btnLandingLinkHeight": 29
		},
		"includes":{
			// These 2 lines should stay the same asuming that
			// the js have been placed on the webserver to
			// match this location
			// EX: http://domain.com/IQFolder/ is the webserver path
			// and the images live at http://domain.com/IQFolder/images
			"funcs": webserverPath + "js/funcs.js",
			"css": webserverPath + "iq.css"
		},
		"strings":{
			// Strings for the landing page Title, Header & Text
			// Title should be hidden
			"landingTitle": "Champagne Trivia: Champagne IQ Quiz",
			"landingHeader": "Are you a buff on bubbly or clueless about champagne?",
			"landingText": "We raise a glass of champagne at weddings, pop the cork after a promotion, and break a bottle for a ship's maiden voyage. This sparkling white wine from France's Champagne region is the perfect pour for any toast-worthy occasion. Find out if you're brilliant about bubbly or clueless about champagne."
		},
		"links":{
			// landing page misc footer text
			"noTimeForQuizHREF": "http://www.fineliving.com/fine/entertaining/article/0,2498,FINE_22197_5739670,00.html",
			"noTimeForQuizText": "No time for a quiz? Read up on champagne.",
			"landingFooterLink2HREF": "http://www.fineliving.com/fine/made_to_order/article/0,2498,FINE_23396_4473118,00.html",
			"landingFooterLink2Text": "A Primer on Sparkling Wines"
		},
		"questions": {
			"question1": "Which three grapes are approved for producing champagne?",
			"question2": "What is a Nebuchadnezzar?",
			"question3": "What is the benefit of serving champagne in a flute?",
			"question4": "Who was Dom Perignon?",
			"question5": "Brut, demi-sec, and doux describe:",
			"question6": "Before serving champagne, you should:",
			"question7": "What is the House of Jacquesson?",
			"question8": "According to chef George Mavrothalassitis, what is the only food that should never be paired with champagne?",
			"question9": "Champagne fermented in magnum (1.5 L) bottles is more well-regarded than champagne fermented in standard (750 ml) bottles because:",
			"question10": "Opening a bottle of champagne with a corkscrew:"
		},
		"answers": {
			"Q1": {
				"answer1": "Pinot Blanc, Pinot Noir, and Pinot Meunier",
				"answer2": "Chardonnay, Pinot Noir, and Pinot Meunier",
				"answer3": "Chardonnay, Pinot Gris, and Sauvignon Blanc",
				"answer4": "Gilbert Grape, the Grape Ape, and the Grapes of Wrath",
				"answer": "B" // Correct answer A, B, C or D
			},
			"Q2": {
				"answer1": "An antioxidant found in all sparkling wines",
				"answer2": "An airtight vessel used in the fermentation process",
				"answer3": "The largest bottle of champagne available",
				"answer4": "A Persian variety of wine",
				"answer": "C"
			},
			"Q3": {
				"answer1": "It makes it easier to gauge the clarity of the wine.",
				"answer2": "It keeps the bubbles from escaping.",
				"answer3": "It discourages over-imbibing.",
				"answer4": "It prevents champagne from spilling during a toast.",
				"answer": "B"
			},
			"Q4": {
				"answer1": "A Benedictine monk considered the \"Father of Champagne\"",
				"answer2": "Claude Moët's younger brother",
				"answer3": "A vintner from the French Royal Family",
				"answer4": "The little-known muse for Billy Joel's song \"Big Shot\"",
				"answer": "A"
			},
			"Q5": {
				"answer1": "Age",
				"answer2": "Sweetness",
				"answer3": "Moisture",
				"answer4": "Alcohol concentration",
				"answer": "B"
			},
			"Q6": {
				"answer1": "Store the bottle at room temperature.",
				"answer2": "Chill the bottle briefly in an ice bucket.",
				"answer3": "Chill your champagne flutes.",
				"answer4": "Tell your boss you're not coming in tomorrow.",
				"answer": "B"
			},
			"Q7": {
				"answer1": "The grape supplier for Krug champagne",
				"answer2": "The board that approves champagne labeling",
				"answer3": "The oldest independent champagne house",
				"answer4": "A brand of champagne founded by Jean-Michel Cousteau (Jacques' son. Get it?)",
				"answer": "C"
			},
			"Q8": {
				"answer1": "Shellfish",
				"answer2": "Chocolate",
				"answer3": "Strawberries",
				"answer4": "Sloppy joes",
				"answer": "B"
			},
			"Q9": {
				"answer1": "The volume-to-surface area ratio is better.",
				"answer2": "The magnum maintains its aroma better.",
				"answer3": "There is more oxygen in the larger bottle.",
				"answer4": "More champagne is always a good thing.",
				"answer": "A"
			},
			"Q10": {
				"answer1": "Preserves the carbonation.",
				"answer2": "Prevents the bottle from frothing over.",
				"answer3": "Can spoil the flavor of the wine.",
				"answer4": "Is a good way to get hit by a flying cork.",
				"answer": "D"
			}
		},
		"beratments": {
			"beratment01Header": "You're a Bubbly Beginner",
			"beratment01Description": "Aside from the occasional awkward toast, you've barely popped the cork on your champagne know-how. Brush up on the rich history of this celebratory staple, and before you know it, you'll be clinking glasses with confidence.",
			"beratment02Header": "Savvy Sipper",
			"beratment02Description": "You may know a brut from a doux, but you're not on a first-name basis with Moet & Chandon just yet. Even though you have a solid grasp on the bubbly basics of champagne, you'll need a few more sips to become a true authority.",
			"beratment03Header": "Champagne Connoisseur",
			"beratment03Description": "You've obviously done extensive research, at the risk of a hangover or two. You know how to select, store, and serve a top-tier bottle. Your understanding of champagne's finer points is worth celebrating, so raise a glass!"
		},
		"hints": {
			"hint1": "http://www.fineliving.com/fine/made_to_order/article/0,2498,FINE_23396_4473118,00.html",
			"hint2": "http://www.fineliving.com/fine/thirsty_traveler/episode/0,1663,FINE_10176_21704,00.html",
			"hint3": "http://www.fineliving.com/fine/simply_wine/article/0,1663,FINE_15098_2474976,00.html",
			"hint4": "http://www.fineliving.com/fine/made_to_order/article/0,2498,FINE_23396_5178004,00.html",
			"hint5": "http://www.fineliving.com/fine/made_to_order/article/0,2498,FINE_23396_4473118,00.html",
			"hint6": "http://www.fineliving.com/fine/favorite_things_essentials/article/0,1663,FINE_1426_5158024,00.html",
			"hint7": "http://www.fineliving.com/fine/best_for_less/article/0,1663,FINE_11276_2246631,00.html",
			"hint8": "http://www.fineliving.com/fine/genuine_article/article/0,1663,FINE_1416_2725568,00.html",
			"hint9": "http://www.fineliving.com/fine/shopping_with_chefs/article/0,3147,FINE_29696_5730479,00.html",
			"hint10": "http://www.fineliving.com/fine/rejuvenation_essentials/article/0,1663,FINE_1422_2713486,00.html"
		},
		"moreLinks":{
			// make sure numMoreLinks matches actual amount of links
			// default is 5, you can add or subtract moreLinksTitle# & moreLinksHREF#
			// but you'll need to match numMoreLinks to accomodate
			"numMoreLinks": 5,
			// This is the more links phrase: EX: More Links!
			"moreLinksPhrase": "Get More:",
			"moreLinksTitle1": "History and harvesting of champagne grapes",
			"moreLinksTitle2": "Champagne Serving Secrets:",
			"moreLinksTitle3": "Champagne Facts and Tasting Tips:",
			"moreLinksTitle4": "Watch Champagne Videos ",
			"moreLinksTitle5": "Take More IQ Quizzes",
			"moreLinksHREF1": "http://www.fineliving.com/fine/shopping_with_chefs/article/0,3147,FINE_29696_5730479,00.html",
			"moreLinksHREF2": "http://www.fineliving.com/fine/rejuvenation_essentials/article/0,1663,FINE_1422_2713486,00.html",
			"moreLinksHREF3": "http://www.fineliving.com/fine/thirsty_traveler/episode/0,1663,FINE_10176_21704,00.html",
			"moreLinksHREF4": "http://www.fineliving.com/fine/pac_ctnt_988/text/0,,FINE_26036_55274,00.html?q=fineliving%20champagne",
			"moreLinksHREF5": "http://www.fineliving.com/fine/entertaining/article/0,2498,FINE_22197_5417611,00.html"
		},
		// progressbar with & height
		"progressbar":{
			"width": 240,
			"height": 12
		}
	}
});
