// 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/08/kennychesney/";

// 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_66670,00.html",
			"q_pages":"http://www.gactv.com/gac/pac_ctnt/text/0,,GAC_26058_66671,00.html",
			"finish":"http://www.gactv.com/gac/pac_ctnt/text/0,,GAC_26058_66672,00.html",
			"seeAnswers":"http://www.gactv.com/gac/pac_ctnt/text/0,,GAC_26058_66673,00.html",
			// send to friend email link
			"sendToFriend":"mailto:?subject=GAC Trivia: Kenny Chesney Trivia Challenge&body=I thought you might like to take the GAC Kenny Chesney Trivia Challenge! http://www.gactv.com/gac/pac_ctnt/text/0,,GAC_26058_66670,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: Kenny Chesney",
			"landingHeader": "How well do you know Kenny Chesney?",
			"landingText": "So you call yourself a Kenny Chesney fan do ya?  Do you know all the words to \"When the Sun Goes Down\"? Test your Kenny Chesney knowledge and see whether you have \"No Shoes, No Shirt, No Problems\" or if you should have done \"A Lot of Things Different.\""
		},
		"links":{
			// landing page misc footer text
			"noTimeForQuizHREF": "http://www.gactv.com/gac/ar_az_kenny_chesney",
			"noTimeForQuizText": "No time for a quiz but want to learn more about Kenny Chesney? Visit GACTV.com's official Kenny Chesney page!",
			"landingFooterLink2HREF": "http://www.gactv.com/gac/ar_artists_a-z/article/0,,GAC_26071_5654394,00.html",
			"landingFooterLink2Text": "Check out more GAC Trivia Challenge games!"
		},
		"questions": {
			"question1": "Kenny hails from which Tennessee town?",
			"question2": "In December of 2007, Kenny had surgery to treat the pain in his what?",
			"question3": "What is one piece of advice Kenny gives to fans when they meet him?",
			"question4": "Kenny Chesney gave his show opener Dierks Bentley quite a thank you present at the end of \"The Road & The Radio\" tour. What was it?",
			"question5": "How does Kenny pass the time on his tour bus?",
			"question6": "How many times has Kenny won the CMA Entertainer of the Year award?",
			"question7": "Kenny played wedding singer for what superstar in 2001?",
			"question8": "When Kenny goes into the studio to a record a song, he is constantly thinking of what?",
			"question9": "Who re-recorded Kenny's song “Some People Change” from his When The Sun Goes Down album?",
			"question10": "What is one of Kenny's personal Road Rules while on tour?"
		},
		"answers": {
			"Q1": {
				"answer1": "Loudon",
				"answer2": "Luttrell",
				"answer3": "Louisville",
				"answer4": "La Follette",
				"answer": "B" // Correct answer A, B, C or D
			},
			"Q2": {
				"answer1": "Shoulder",
				"answer2": "Hand",
				"answer3": "Elbow",
				"answer4": "Back",
				"answer": "A"
			},
			"Q3": {
				"answer1": "Don't tickle him",
				"answer2": "Don't sneak up behind him",
				"answer3": "Don't touch his hair",
				"answer4": "Don't mess with his boots",
				"answer": "D"
			},
			"Q4": {
				"answer1": "A Porsche Cayenne Turbo",
				"answer2": "A 22-foot Sea Ray boat",
				"answer3": "A diamond pinky ring from Tiffany & Co.",
				"answer4": "A Harley-Davidson custom bike",
				"answer": "B"
			},
			"Q5": {
				"answer1": "Playing Playstation",
				"answer2": "Surfing the internet",
				"answer3": "Napping",
				"answer4": "Signing autographed photos",
				"answer": "A"
			},
			"Q6": {
				"answer1": "1",
				"answer2": "2",
				"answer3": "3",
				"answer4": "4",
				"answer": "C"
			},
			"Q7": {
				"answer1": "Peyton Manning",
				"answer2": "Vince Gill",
				"answer3": "Brad Paisley",
				"answer4": "Brett Favre",
				"answer": "A"
			},
			"Q8": {
				"answer1": "Ticket sales",
				"answer2": "The audience",
				"answer3": "The way his voice sounds",
				"answer4": "The potential awards",
				"answer": "B"
			},
			"Q9": {
				"answer1": "Brooks & Dunn",
				"answer2": "Blue County",
				"answer3": "Montgomery Gentry",
				"answer4": "Lonestar",
				"answer": "C"
			},
			"Q10": {
				"answer1": "Try to look everybody in the eye and thank them for coming ",
				"answer2": "Every area of the bus must have hand sanitizer",
				"answer3": "Meet 3 new people in every city",
				"answer4": "Give a gift to a fan at every performance",
				"answer": "A"
			}
		},
		"beratments": {
			"beratment01Header": "We dedicate the song \"I Lost It\" to you!",
			"beratment01Description": "You've got a long way to go before you can proudly say you are a super fan. Don't distress: Check out some of the links below and get up to speed with all things Kenny!",
			"beratment02Header": "Not bad&hellip; You're a Kenny Chesney fan for sure.",
			"beratment02Description": "You may not be belting out all the words to every Kenny Chesney 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 Kenny knowledge!",
			"beratment03Header": "Way to go!  You're definitely a Kenny Chesney expert.",
			"beratment03Description": "Kenny would be proud! You have what it takes to claim your spot in the front row of Kenny's fan club!  Quench your thirst for all things Kenny Chesney and check out the links below for more about him at GACTV.com."
		},
		"hints": {
			"hint1": "http://www.gactv.com/gac/ar_az_kenny_chesney/article/0,,GAC_26106_4703235,00.html",
			"hint2": "http://www.gactv.com/gac/nw_headlines/article/0,,GAC_26063_5768656,00.html",
			"hint3": "http://www.gactv.com/gac/nw_headlines/article/0,,GAC_26063_5061325,00.html",
			"hint4": "http://www.gactv.com/gac/nw_headlines/article/0,,GAC_26063_4975366,00.html",
			"hint5": "http://www.gactv.com/gac/nw_headlines/article/0,,GAC_26063_5061325,00.html",
			"hint6": "http://www.gactv.com/gac/video/?c=4021&videoid=0100039",
			"hint7": "http://www.gactv.com/gac/nw_headlines/article/0,,GAC_26063_4729247,00.html",
			"hint8": "http://www.gactv.com/gac/video/?c=281&videoid=74510",
			"hint9": "http://www.gactv.com/gac/nw_question_of_the_week/article/0,,GAC_26416_5056407,00.html",
			"hint10": "http://www.gactv.com/gac/nw_feature/article/0,,GAC_26499_5009781,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": 6,
			// This is the more links phrase: EX: More Links!
			"moreLinksPhrase": "",
			"moreLinksTitle1": "Kenny Chesney Artist Section",
			"moreLinksTitle2": "GACTV.com Kenny Chesney Photo Gallery",
			"moreLinksTitle3": "WATCH Exclusive Interviews with Kenny Chesney",
			"moreLinksTitle4": "Kenny Chesney Video Airtimes",
			"moreLinksTitle5": "Submit Your Kenny Chesney Video Requests to GAC",
			"moreLinksTitle6": "Vote for Kenny Chesney on GAC's Top 20 Country Countdown",
			"moreLinksHREF1": "http://www.gactv.com/gac/ar_az_kenny_chesney",
			"moreLinksHREF2": "http://www.gactv.com/gac/ar_az_kenny_chesney/article/0,,GAC_26106_4703606,00.html",
			"moreLinksHREF3": "http://www.gactv.com/gac/video/",
			"moreLinksHREF4": "http://search.gactv.com/gac/search/videoSearch.do?search_type=GAC%20Video%20Airtimes%20Search%20Type&query=kenny%20chesney&start=1&end=22",
			"moreLinksHREF5": "http://online.scrippsnetworks.com/gac/gac_video/request.asp",
			"moreLinksHREF6": "http://www.gactv.com/gac/pac_ctnt/text/0,,GAC_26058_47219,0.html"
		},
		// progressbar with & height
		"progressbar":{
			"width": 360,
			"height": 18
		}
	}
});
