// 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"

// IGNORE THIS FOR NOW //
//var mAdsRemotePath = "http://adsremote.scripps.com/js.ng/site=FINE&topic=FINEIQ&adtype=UNSIZED_AD&PagePos=5";
//setAdsRemote("http://adsremote.scripps.com/js.ng/site=FINE&topic=FINEIQ&adtype=UNSIZED_AD&PagePos=5");
// END IGNORE //

var webserverPath = "http://images.gactv.com/games/trivia/07/garthbrooks/";

// 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.gactv.com/gac/pac_ctnt/text/0,,GAC_26058_65751,00.html",
			"q_pages":"http://www.gactv.com/gac/pac_ctnt/text/0,,GAC_26058_65752,00.html",
			"finish":"http://www.gactv.com/gac/pac_ctnt/text/0,,GAC_26058_65753,00.html",
			"seeAnswers":"http://www.gactv.com/gac/pac_ctnt/text/0,,GAC_26058_65754,00.html",
			// send to friend email link
			"sendToFriend":"mailto:?subject=GAC Trivia: Garth Brooks Trivia Challenge&body=I thought you might like to take the GAC Garth Brooks Trivia Challenge! http://www.gactv.com/gac/pac_ctnt/text/0,,GAC_26058_65751,00.html",
			// newsletter link goes inside the quotes in hintwindow('')
			"newsLetter":"hintwindow('http://www.gactv.com/gac/ab_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": 375,
			"divCenterContentTextContainerWidth": 330
		},
		"buttonDimensions": {
			// landing page button
			"btnStartWidth": 154,
			"btnStartHeight": 41,
			// finsh page button
			"btnSeeAnswersWidth": 140,
			"btnSeeAnswersHeight": 41,
			// see answers page button
			"btnShowScoreWidth": 140,
			"btnShowScoreHeight": 41,
			// see answers & finish page buttons
			"btnNotifyMeWidth": 200,
			"btnNotifyMeHeight": 41,
			"btnSendToFriendWidth": 139,
			"btnSendToFriendHeight": 41,
			"btnLandingLinkWidth": 108,
			"btnLandingLinkHeight": 41
		},
		"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": "GAC\'s Trivia Challenge: Garth Brooks",
			"landingHeader": "How well do you know Garth Brooks?",
			"landingText": "So you call yourself a Garth Brooks fan do ya?  Do you know all the words to \"Friends in Low Places\"? Test your Garth Brooks knowledge to see if you have a \"More Than a Memory\" or if you're \"Much Too Young (To Feel This Damn Old).\""
		},
		"links":{
			// landing page misc footer text
			"noTimeForQuizHREF": "http://www.gactv.com/gac/garth_brooks",
			"noTimeForQuizText": "No time for a quiz but want to learn more about Garth Brooks? Visit GACTV.com's official Garth Brooks section!",
			"landingFooterLink2HREF": "",
			"landingFooterLink2Text": ""
		},
		"questions": {
			"question1": "A cancer patient recently thanked Garth Brooks for being a generous Good Samaritan because he did what for her?",
			"question2": "What is the name of Garth's charity?",
			"question3": "Which song is considered to be Garth's \"signature song\"?",
			"question4": "In what year did Garth make his Grand Ole Opry debut?",
			"question5": "What was the name of Garth's pop album released in 1999?",
			"question6": "What was Garth's first song to hit the radio dial?",
			"question7": "In 1992, Garth graced the cover of which magazine?",
			"question8": "How many CMA Awards has Garth won?",
			"question9": "Which song did Garth sing with his wife, Trisha Yearwood?",
			"question10": "What was the location of Garth's first European tour?"
		},
		"answers": {
			"Q1": {
				"answer1": "Took her to a concert",
				"answer2": "Bought her groceries",
				"answer3": "Performed for her family at a carnival",
				"answer4": "Gave her and her family a car",
				"answer": "D" // Correct answer A, B, C or D
			},
			"Q2": {
				"answer1": "Garth Brooks Kids Kamp",
				"answer2": "Garth Brooks Teammates for Kids Foundation ",
				"answer3": "Garth Brooks Children's Charities",
				"answer4": "Garth Brooks Team Kids Foundation",
				"answer": "B"
			},
			"Q3": {
				"answer1": "\"Unanswered Prayers\"",
				"answer2": "\"The Thunder Rolls\"",
				"answer3": "\"The Dance\"",
				"answer4": "\"Friends in Low Places\"",
				"answer": "C"
			},
			"Q4": {
				"answer1": "1988",
				"answer2": "1989",
				"answer3": "1990",
				"answer4": "2000",
				"answer": "B"
			},
			"Q5": {
				"answer1": "<i>Chris Gaines: Look at My Hair!</i>",
				"answer2": "<i>Chris Gaines Live</i>",
				"answer3": "<i>The Life of Chris Gaines</i>",
				"answer4": "<i>Garth as Chris Gaines</i>",
				"answer": "C"
			},
			"Q6": {
				"answer1": "\"Not Counting You\"",
				"answer2": "\"If Tomorrow Never Comes\"",
				"answer3": "\"The Dance\"",
				"answer4": "\"Much Too Young (To Feel This Damn Old)\"",
				"answer": "D"
			},
			"Q7": {
				"answer1": "<em>Redbook</em>",
				"answer2": "<em>Time</em>",
				"answer3": "<em>Rolling Stone</em>",
				"answer4": "<em>GQ</em>",
				"answer": "B"
			},
			"Q8": {
				"answer1": "11",
				"answer2": "12",
				"answer3": "14",
				"answer4": "16",
				"answer": "A"
			},
			"Q9": {
				"answer1": "\"I Will Always Love You\"",
				"answer2": "\"Love Will Always Win\"",
				"answer3": "\"Love Will Keep Us Together\"",
				"answer4": "\"I Honestly Love You\"",
				"answer": "B"
			},
			"Q10": {
				"answer1": "Vienna, Austria",
				"answer2": "Rome, Italy",
				"answer3": "Dublin, Ireland",
				"answer4": "Berlin, Germany",
				"answer": "C"
			}
		},
		"beratments": {
			"beratment01Header": "We dedicate the song \"Friends In Low Places\" to you!",
			"beratment01Description": "With a score this low you've got a long way to go before you can proudly say you are a true Garth Brooks super fan. Don't distress: Check out some of the links below and get up to speed with all things Garth Brooks!",
			"beratment02Header": "Not bad … You're a Garth Brooks fan for sure.",
			"beratment02Description": "You may not be belting out all the words to every Garth Brooks song you hear, but you're definitely on your way. Don't start dancin' just yet&hellip;you might want to take some time and check out the links below to gain some more GB knowledge!",
			"beratment03Header": "Way to go!  You're definitely a Garth Brooks expert.",
			"beratment03Description": "Garth would be proud! Feel free to stand up and sing \"Ain't Going Down (Til the Sun Comes Up)\" out loud.  You have what it takes to claim your spot in the front row of Garth Brooks' fan club! Quench your thirst for all things Garth and check out the links below for more about Garth Brooks at GACTV.com."
		},
		"hints": {
			"hint1": "http://www.gactv.com/gac/nw_headlines/article/0,,GAC_26063_5264826,00.html",
			"hint2": "http://www.gactv.com/gac/nw_headlines/article/0,,GAC_26063_4729586,00.html",
			"hint3": "http://www.gactv.com/gac/ar_az_garth_brooks/article/0,,GAC_26099_4709190,00.html",
			"hint4": "http://www.gactv.com/gac/nw_feature/article/0,,GAC_26499_5726903,00.html",
			"hint5": "http://www.gactv.com/gac/nw_feature/article/0,3038,GAC_26499_5726903_02,00.html",
			"hint6": "http://www.gactv.com/gac/nw_feature/article/0,,GAC_26499_5726864,00.html",
			"hint7": "http://www.gactv.com/gac/nw_feature/article/0,,GAC_26499_5726903,00.html",
			"hint8": "http://www.gactv.com/gac/nw_feature/article/0,,GAC_26499_5064474,00.html",
			"hint9": "http://www.gactv.com/gac/nw_headlines/article/0,,GAC_26063_4729104,00.html",
			"hint10": "http://www.gactv.com/gac/nw_feature/article/0,,GAC_26499_5726903,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": 7,
			// This is the more links phrase: EX: More Links!
			"moreLinksPhrase": "Explore More Garth Brooks at GACTV.com",
			"moreLinksTitle1": "Garth Brooks Artist Section",
			"moreLinksTitle2": "Garth Brooks Photo Gallery",
			"moreLinksTitle3": "Garth Brooks Biography",
			"moreLinksTitle4": "Garth Brooks Video Airtimes",
			"moreLinksTitle5": "Vote for Garth Brooks on GAC's Top 20 Country Countdown",
			"moreLinksTitle6": "Submit Your Garth Brooks Video Requests to GAC",
			"moreLinksTitle7": "Pick Up Some Garth Brooks  Wallpapers and Buddy Icons",
			"moreLinksTitle8": "Watch Garth's Latest Video and Interviews",
			"moreLinksHREF1": "http://www.gactv.com/gac/garth_brooks",
			"moreLinksHREF2": "http://www.gactv.com/gac/ar_az_garth_brooks/article/0,,GAC_26099_5678728,00.html",
			"moreLinksHREF3": "http://www.gactv.com/gac/ar_az_garth_brooks/article/0,,GAC_26099_4709190,00.html",
			"moreLinksHREF4": "http://search.gactv.com/gac/search/videoSearch.do?search_type=GAC%20Video%20Airtimes%20Search%20Type&query=garth%20brooks&start=1&end=22",
			"moreLinksHREF5": "http://www.gactv.com/gac/pac_ctnt/text/0,,GAC_26058_47219,0.html",
			"moreLinksHREF6": "http://online.scrippsnetworks.com/gac/gac_video/request.asp",
			"moreLinksHREF7": "http://www.gactv.com/gac/ar_az_garth_brooks",
			"moreLinksHREF7": "http://www.gactv.com/gac/garth_brooks"
		},
		// progressbar with & height
		"progressbar":{
			"width": 360,
			"height": 18
		}
	}
});
