/*
This is a configuration file to be used by Chick-Fil-AClassic.com.
It will allow you to choose what displays in the "Game Day" section
To add a new game ticker use the following syntax:
x = represents the next number in line.
replace with the next number in sequence and paste to the bottom.
Code will pull games in reverse order.
Make sure you type everything in between the ""
gameImage[x] = "images/yellowjackets.jpg" // location of the image to display
gameNumber[x] = "1" // game #
gameTagline[x] = "Game 1 Excitement" // tagline / headline / byline
gameDescription[x] = "This is a long description. This is a long description. This is a long description. This is a long description. This is a long description."
linkURL[x] = "The location of the file to link to....gamesummary6.htm for example"
linkText[x] = "The text to show up for the user to click...i.e., Click here for Game 1 highlights!"
**** Variables are CaseSensitive ****
*/
var gameImage = new Array()
var gameNumber = new Array()
var gameTagline = new Array()
var gameDescription = new Array()
var linkURL = new Array()
var linkText = new Array()
gameImage[0] = "06photos/game17.JPG"
gameNumber[0] = "17"
gameTagline[0] = "Keenan 72, Hammond 62"
gameDescription[0] = "Keenan shot 60 percent in the second half Friday morning to beat Hammond 70-62 and get the Raiders their first win of the 2006 Chick-fil-A Classic."
linkURL[0] = "summary/game17.htm"
linkText[0] = "Click here for the game 17 box score!"
gameImage[1] = "06photos/game18.JPG"
gameNumber[1] = "18"
gameTagline[1] = "Lower Richland 58, Jean Ribault 50"
gameDescription[1] = "Lower Richland finished 1-2 in the 2006 Chick-fil-A Classic after holding off a second-half Ribault rally and getting a 58-50 win."
linkURL[1] = "summary/game18.htm"
linkText[1] = "Click here for the game 18 box score!"
gameImage[2] = "06photos/game19.JPG"
gameNumber[2] = "19"
gameTagline[2] = "Irmo 60, Sumter 45"
gameDescription[2] = "Irmo defeated fellow S.C. team Sumter 60-45 in the final day of the 2006 Chick-fil-A Classic to give the Yellow Jackets their second win in three days."
linkURL[2] = "summary/game19.htm"
linkText[2] = "Click here for the game 19 box score!"
gameImage[3] = "06photos/game20.JPG"
gameNumber[3] = "20"
gameTagline[3] = "Pinewood Prep 79, Ridge View 61"
gameDescription[3] = "Ryan Steed scored a tournament-high 32 points to lead Pinewood Prep to a 79-61 win Friday over local team Ridge View the 2006 Chick-fil-A Classic."
linkURL[3] = "summary/game20.htm"
linkText[3] = "Click here for the game 20 box score!"
gameImage[4] = "06photos/game21.JPG"
gameNumber[4] = "21"
gameTagline[4] = "John Carroll 55, Richland Northeast 44"
gameDescription[4] = "The John Carroll School from Bel Air, Md., captured third place Friday in the Classic II bracket of the 2006 Chick-fil-A Classic with a 55-44 win over host school Richland Northeast."
linkURL[4] = "summary/game21.htm"
linkText[4] = "Click here for the game 21 box score!"
gameImage[5] = "06photos/game22.JPG"
gameNumber[5] = "22"
gameTagline[5] = "Meadowcreek 74, Archbishop Mitty 58"
gameDescription[5] = "Meadowcreek (Ga.) defeated Archbishop Mitty (Calif.) 74-58 Friday to finish third in the Classic I bracket of the 2006 Chick-fil-A Classic."
linkURL[5] = "summary/game22.htm"
linkText[5] = "Click here for the game 22 box score!"
gameImage[6] = "06photos/game23.JPG"
gameNumber[6] = "23"
gameTagline[6] = "Classic II Championship
Charlotte Christian 71, Horizon 63"
gameDescription[6] = "Charlotte Christian defeated Horizon (Calif.) Friday night for the Chick-fil-A Classic's Classic II championship, the Knights' second-straight Chick-fil-A title."
linkURL[6] = "summary/game23.htm"
linkText[6] = "Click here for the game 23 box score!"
gameImage[7] = "06photos/game24.JPG"
gameNumber[7] = "24"
gameTagline[7] = "Classic I Championship
New Hanover 72, Dunwoody 61"
gameDescription[7] = "New Hanover (N.C.) won the Classic I championship of the 2006 Chick-fil-A Classic Friday night with a 72-61 win over Dunwoody (Ga.)."
linkURL[7] = "summary/game24.htm"
linkText[7] = "Click here for the game 24 box score!"