/*
** *************************************************************************************************
**  
** *************************************************************************************************
*/

    var SchdYear    = "";
    var SchdMonth   = "";
    var SchdDay     = "";
    var SchdWeek    = "";
    var SchdSeq     = "";
    var SchdType    = "";
    var SchdSponsor = "";
    var SchdVenue   = "";
    var SchdCity    = "";
    var SchdState   = "";
    var SchdComment = "";

/*
** *************************************************************************************************
**  
** *************************************************************************************************
*/

    function findShow(YEAR, SEQ)
        {
        SchdYear    = "";
        SchdMonth   = "";
        SchdDay     = "";
        SchdWeek    = "";
        SchdSeq     = "";
        SchdType    = "";
        SchdSponsor = "";
        SchdVenue   = "";
        SchdCity    = "";
        SchdState   = "";
        SchdComment = "";
        
        for (var x=0; x < schd.length; x++)
            {
            if (schd[x].Year == YEAR)
                {
                if (schd[x].Seq == SEQ)
                    {
                    SchdYear    = schd[x].Year
                    SchdMonth   = schd[x].Month
                    SchdDay     = schd[x].Day
                    SchdWeek    = schd[x].Week
                    SchdSeq     = schd[x].Seq
                    SchdType    = schd[x].Type
                    SchdSponsor = schd[x].Sponsor
                    SchdVenue   = schd[x].Venue
                    SchdCity    = schd[x].City
                    SchdState   = schd[x].State
                    SchdComment = schd[x].Comment
                    return;
                    }
                }
            }
        }

/*
** *************************************************************************************************
**  This function will 
    Types = P preview
            C contest
            I informative
			X cancelled
** *************************************************************************************************
*/

    function Schedule(Year, Month, Day, Week, Seq, Type, Sponsor, Venue, City, State, Comment)        
        {
    	this.Year    = Year
    	this.Month   = Month
    	this.Day     = Day
    	this.Week    = Week
    	this.Seq     = Seq
    	this.Type    = Type
    	this.Sponsor = Sponsor
    	this.Venue   = Venue
    	this.City    = City
    	this.State   = State
    	this.Comment = Comment
        }

    var schd = new Array();
    x = 0;



    schd[x++] = new Schedule(1996, 1, 27,  1,  1, "C", "Vandalia Butler", "Vandalia Butler HS", "Vandalia", "OH", "");
    schd[x++] = new Schedule(1996, 2,  3,  2,  2, "C", "Scott", "Scott HS", "", "", "");
    schd[x++] = new Schedule(1996, 2, 10,  3,  3, "C", "West Carrollton", "West Carrollton HS", "West Carrollton", "OH", "");
    schd[x++] = new Schedule(1996, 2, 11,  3,  4, "C", "Belmont", "Belmont HS", "Dayton", "OH", "");
    schd[x++] = new Schedule(1996, 3,  2,  4,  5, "C", "Dixie Heights", "Dixie Heights HS", "Ft. Mitchell", "KY", "");
    schd[x++] = new Schedule(1996, 3,  3,  4,  6, "C", "Springboro", "Springboro HS", "Springboro", "KY", "");
    schd[x++] = new Schedule(1996, 3, 16,  5,  7, "C", "Doss", "Doss HS", "Louisville", "KY", "Morning");
    schd[x++] = new Schedule(1996, 3, 16,  5,  8, "C", "Butler", "Butler HS", "Louisville", "KY", "Afternoon");
    schd[x++] = new Schedule(1996, 3, 30,  6,  9, "C", "Circuit Championships", "Milford HS", "Milford", "OH", "");

    schd[x++] = new Schedule(1997, 1, 11,  0,  0, "P", "Evaluation Day", "U.C. Fieldhouse", "Cincinnati", "OH", "");
    schd[x++] = new Schedule(1997, 1, 25,  1,  1, "C", "Lakota", "Lakota HS", "West Chester", "OH", "");
    schd[x++] = new Schedule(1997, 1, 26,  1,  2, "C", "Vandalia Butler", "Vandalia Butler HS", "Vandalia", "OH", "");
    schd[x++] = new Schedule(1997, 2,  1,  2,  3, "C", "Butler", "Butler HS", "Louisville", "KY", "Afternoon");
    schd[x++] = new Schedule(1997, 2,  1,  2,  4, "C", "Doss", "Doss HS", "Louisville", "KY", "");
    schd[x++] = new Schedule(1997, 2,  9,  3,  5, "C", "West Carrollton", "West Carrollton HS", "West Carrollton", "OH", "");
    schd[x++] = new Schedule(1997, 2, 15,  4,  6, "C", "Edgewood", "Edgewood HS", "Trenton", "OH", "");
    schd[x++] = new Schedule(1997, 2, 16,  4,  7, "C", "Xenia", "Xenia HS", "Xenia", "OH", "");
    schd[x++] = new Schedule(1997, 3,  1,  5,  8, "C", "Dixie Heights", "Dixie Heights HS", "Ft. Mitchell", "KY", "");
    schd[x++] = new Schedule(1997, 3,  2,  5,  9, "C", "Norwood", "Norwood HS", "Norwood", "OH", "");
    schd[x++] = new Schedule(1997, 3,  8,  6, 10, "C", "Xenia", "Xenia HS", "Xenia", "OH", "");
    schd[x++] = new Schedule(1997, 3,  9,  0,  0, "X", "Chaminade-Julienne", "Chaminade-Julienne HS", "Dayton", "OH", "Cancelled");
    schd[x++] = new Schedule(1997, 3, 15,  0,  0, "I", "Mideast Regional", "Vandalia Butler HS", "Vandalia", "OH", "Prelims");
    schd[x++] = new Schedule(1997, 3, 16,  0,  0, "I", "Mideast Regional", "Vandalia Butler HS", "Vandalia", "OH", "Finals");
    schd[x++] = new Schedule(1997, 3, 22,  7, 11, "C", "Circuit Championships", "Milford HS", "Milford", "OH", "");

    schd[x++] = new Schedule(1998, 1, 17, 0,  0, "P", "Evaluation Day", "U.C. Fieldhouse", "Cincinnati", "OH", "");
    schd[x++] = new Schedule(1998, 1, 31, 1,  1, "C", "Vandalia Butler", "Vandalia Butler HS", "Vandalia, OH", "");
    schd[x++] = new Schedule(1998, 2,  1, 1,  2, "C", "Lakota", "Lakota HS", "West Chester, OH", "");
    schd[x++] = new Schedule(1998, 2,  7, 0,  0, "X", "Floyd Central", "Floyd Central HS", "Floyds Knob", "KY", "Cancelled");
    schd[x++] = new Schedule(1998, 2, 21, 2,  3, "C", "McNabb", "McNabb MS", "Mt. Sterling", "KY", "");
    schd[x++] = new Schedule(1998, 2, 22, 2,  4, "C", "Holmes", "Holmes HS", "Covington", "KY", "");
    schd[x++] = new Schedule(1998, 2, 28, 3,  5, "C", "Milford", "Milford HS", "Milford", "OH", "");
    schd[x++] = new Schedule(1998, 3,  7, 4,  6, "C", "Dixie Heights", "Dixie Heights HS", "Ft. Mitchell", "KY", "");
    schd[x++] = new Schedule(1998, 3, 14, 5,  7, "C", "West Carrollton", "West Carrollton HS", "West Carrollton", "OH", "");
    schd[x++] = new Schedule(1998, 3, 15, 5,  8, "C", "Brookville", "Brookville HS", "Brookville", "OH", "");
    schd[x++] = new Schedule(1998, 3, 21, 0,  0, "I", "Mideast Regional", "Miamisburg", "OH", "Prelims");
    schd[x++] = new Schedule(1998, 3, 22, 0,  0, "I", "Mideast Regional", "Miamisburg", "OH", "Finals");
    schd[x++] = new Schedule(1998, 3, 28, 7,  9, "C", "Floyd Central HS", "Floyds Knob", "KY", "");
    schd[x++] = new Schedule(1998, 4,  4, 8, 10, "C", "Circuit Championships", "Ryle HS", "Union", "KY", "Prelims");
    schd[x++] = new Schedule(1998, 4,  4, 8, 11, "C", "Circuit Championships", "Ryle HS", "Union", "KY", "Finals");
    schd[x++] = new Schedule(1998, 4, 16, 0,  0, "I", "WGI Championships", "UD Arena", "Dayton", "OH", "");

    schd[x++] = new Schedule(1999, 1, 16, 0, 0, "P", "Evaluation", "U.C. Fieldhouse", "Cincinnati", "OH", "");
    schd[x++] = new Schedule(1999, 1, 30, 1, 1, "C", "Vandalia Butler", "Vandalia Butler HS", "Vandalia", "OH", "");
    schd[x++] = new Schedule(1999, 2, 20, 2, 2, "C", "Grant Co HS", "Grant Co HS", "Dry Ridge", "KY", "");
    schd[x++] = new Schedule(1999, 2, 27, 3, 3, "C", "Milford HS", "Milford HS", "Milford", "OH", "");
    schd[x++] = new Schedule(1999, 3,  6, 4, 4, "C", "Dixie Heights", "Dixie Heights HS", "Ft. Mitchell", "KY", "");
    schd[x++] = new Schedule(1999, 3, 13, 5, 5, "C", "Indian Hill", "Indian Hill HS", "Cincinnati", "OH", "");
    schd[x++] = new Schedule(1999, 3, 14, 5, 6, "C", "Brookville", "Brookville HS", "Brookville", "OH", "");
    schd[x++] = new Schedule(1999, 3, 20, 6, 7, "C", "Floyd Central S", "Floyd Central HS", "Floyds Knob", "IN", "");
    schd[x++] = new Schedule(1999, 3, 27, 0, 0, "I", "Mideast Regional", "Centerville HS", "Centerville", "OH", "Prelims");
    schd[x++] = new Schedule(1999, 3, 28, 0, 0, "I", "Mideast Regional", "Centerville HS", "Centerville", "OH", "Finals");
    schd[x++] = new Schedule(1999, 4, 10, 7, 9, "C", "Circuit Championships", "Ryle HS", "Union", "KY", "");
    schd[x++] = new Schedule(1999, 4, 15, 0, 0, "I", "WGI Championships", "UD Arena", "Dayton", "OH", "");

    schd[x++] = new Schedule(2000, 1, 15, 0, 0, "P", "Evaluation Day", "U.C. Fieldhouse", "Cincinnati", "OH", "");
    schd[x++] = new Schedule(2000, 2, 12, 1, 1, "C", "West Carrollton", "West Carrollton HS", "West Carrollton", "OH", "");
    schd[x++] = new Schedule(2000, 2, 19, 2, 2, "C", "Grant Co", "Grant Co HS", "Dry Ridge", "KY", "");
    schd[x++] = new Schedule(2000, 2, 26, 3, 3, "C", "Milford", "Milford HS", "Milford", "OH", "");
    schd[x++] = new Schedule(2000, 3,  4, 4, 4, "C", "Dixie Heights", "Dixie Heights HS", "Ft. Mitchell", "KY", "");
    schd[x++] = new Schedule(2000, 3, 11, 5, 5, "C", "Shelby Co.", "Shelby Co. HS", "Shelbyville", "KY", "");
    schd[x++] = new Schedule(2000, 3, 18, 6, 6, "C", "Indian Hill", "Indian Hill HS", "Cincinnati", "OH", "");
    schd[x++] = new Schedule(2000, 3, 25, 0, 0, "I", "Mideast Regional", "Mideast Regional", "Miamisburg", "OH", "Prelims");
    schd[x++] = new Schedule(2000, 3, 26, 0, 0, "I", "Mideast Regional", "Mideast Regional", "Miamisburg", "OH", "Finals");
    schd[x++] = new Schedule(2000, 4,  1, 7, 7, "C", "Circuit Championships", "Circuit Championships", "Union", "KY", "Prelims");
    schd[x++] = new Schedule(2000, 4,  1, 7, 8, "C", "Circuit Championships", "Circuit Championships", "Union", "KY", "Finals");
    schd[x++] = new Schedule(2000, 4, 15, 0, 0, "I", "WGI Championships", "UD Arena", "Dayton", "OH", "");

    schd[x++] = new Schedule(2001, 1, 20, 0, 0, "P", "Evaluation Day", "Campbell Co Jr HS", "Alexandria", "KY", "");
    schd[x++] = new Schedule(2001, 1, 27, 1, 1, "C", "Indian Hill", "Indian Hill HS", "Cincinnati", "OH", "");
    schd[x++] = new Schedule(2001, 2,  3, 2, 2, "C", "Harrison", "Harrison HS", "Evansville", "IN", "");
    schd[x++] = new Schedule(2001, 2, 17, 3, 3, "C", "Grant Co", "Grant Co HS", "Dry Ridge", "KY", "Closed");
    schd[x++] = new Schedule(2001, 2, 24, 4, 4, "C", "Milford", "Milford HS", "Milford", "OH", "Afternoon show");
    schd[x++] = new Schedule(2001, 2, 24, 4, 5, "C", "Conner HS", "Conner HS", "Hebron", "KY", "Evening show");
    schd[x++] = new Schedule(2001, 3,  3, 5, 6, "C", "Dixie Heights", "Dixie Heights HS", "Ft. Mitchell", "", "KY", "");
    schd[x++] = new Schedule(2001, 3, 10, 6, 7, "C", "Shelby Co.", "Shelby Co. HS", "Shelbyville", "KY", "");
    schd[x++] = new Schedule(2001, 3, 17, 7, 0, "I", "Mideast Regional", "Mideast Regional", "Miamisburg", "OH", "Prelims");
    schd[x++] = new Schedule(2001, 3, 18, 7, 0, "I", "Mideast Regional", "Mideast Regional", "Miamisburg", "OH", "Finals");
    schd[x++] = new Schedule(2001, 3, 24, 8, 8, "C", "Elder", "Elder HS", "Lebanon", "OH", "");
    schd[x++] = new Schedule(2001, 3, 31, 9, 9, "C", "Circuit Championships", "Ryle HS", "Union", "KY", "Prelims");
    schd[x++] = new Schedule(2001, 3, 31, 9,10, "C", "Circuit Championships", "Ryle HS", "Union", "KY", "Finals");
    schd[x++] = new Schedule(2001, 4,  5, 0, 0, "I", "WGI Championships", "WGI Championships", "Dayton", "OH", "");

    schd[x++] = new Schedule(2002, 1, 26, 0, 0, "C", "Indian Hill", "Indian Hill HS", "Cincinnati", "OH", "");
    schd[x++] = new Schedule(2002, 2,  2, 1, 1, "C", "Conner", "Conner HS", "Hebron", "KY", "");
    schd[x++] = new Schedule(2002, 2,  9, 2, 2, "C", "Carlisle", "Carlisle HS", "Carlisle", "OH", "");
    schd[x++] = new Schedule(2002, 2,  9, 2, 3, "C", "John Hardin", "John Hardin HS", "Elizabethtown", "KY", "");
    schd[x++] = new Schedule(2002, 2, 16, 3, 4, "C", "Grant Co.", "Grant Co. HS", "Dry Ridge", "KY", "");
    schd[x++] = new Schedule(2002, 3,  2, 4, 5, "C", "Campbell Co.", "Campbell Co. HS", "Alexandria", "KY", "");
    schd[x++] = new Schedule(2002, 3,  9, 5, 6, "C", "Shelby Co", "Shelby Co HS", "Shelbyville", "KY", "");
    schd[x++] = new Schedule(2002, 3, 16, 6, 7, "C", "Milford", "Milford HS", "Milford", "OH", "");
    schd[x++] = new Schedule(2002, 3, 23, 0, 0, "I", "Mid East Regional", "Miamisburg HS", "Miamisburg", "OH", "Prelims");
    schd[x++] = new Schedule(2002, 3, 24, 0, 0, "I", "Mid East Regional", "Miamisburg HS", "Miamisburg", "OH", "Finals");
    schd[x++] = new Schedule(2002, 3, 30, 7, 8, "C", "Elder HS / Mt. St. Joseph", "Mt. St. Joseph College", "Cincinnati", "OH", "");
    schd[x++] = new Schedule(2002, 4,  6, 8, 9, "C", "Circuit Championships", "Ryle HS", "Union", "KY", "");
	
    schd[x++] = new Schedule(2003,12,  7, 0, 0, "I", "Hands on Clinic", "Lloyd HS", "Erlanger", "KY", "North");
    schd[x++] = new Schedule(2003,12, 14, 0, 0, "I", "Hands On Clinic", "Hopkinsville HS", "Hopkinsville", "KY", "South");
    schd[x++] = new Schedule(2003, 1, 18, 0, 0, "I", "Circuit Preview", "Campbell Co HS", "Alexandria", "KY", "");
    schd[x++] = new Schedule(2003, 1, 25, 1, 1, "C", "Ryle Band Boosters", "Ryle HS", "Union", "KY", "");
    schd[x++] = new Schedule(2003, 2,  1, 2, 2, "C", "Floyd Central", "Floyd Central HS", "Floyds Knob", "IN", "");
    schd[x++] = new Schedule(2003, 2,  1, 2, 2, "C", "Art 101", "Westland HS", "Columbus", "OH", "");
    schd[x++] = new Schedule(2003, 2,  8, 3, 3, "C", "Grant Co", "Grant Co. HS", "Dry Ridge", "KY", "");
    schd[x++] = new Schedule(2003, 2,  8, 0, 0, "I", "WGI Indy Regional", "Mooresville HS", "Mooresville", "IN", "Prelims");
    schd[x++] = new Schedule(2003, 2,  9, 0, 0, "I", "WGI Indy Regional", "Mooresville HS", "Mooresville", "IN", "Finals");
    schd[x++] = new Schedule(2003, 2, 15, 4, 4, "C", "John Hardin", "John Hardin HS", "Elizabethtown", "KY", "");
    schd[x++] = new Schedule(2003, 2, 22, 5, 5, "C", "Conner", "Conner HS", "Hebron", "KY", "");
    schd[x++] = new Schedule(2003, 3,  1, 6, 6, "C", "Campbell Co", "Campbell Co HS", "Alexandria", "KY", "");
    schd[x++] = new Schedule(2003, 3,  8, 7, 7, "C", "Shelby Co.", "Shelby Co. HS", "Shelbyville", "KY", "");
    schd[x++] = new Schedule(2003, 3, 15, 0, 0, "I", "WGI Mid East Regional", "Miamisburg HS", "Miamisburg", "OH", "Prelims");
    schd[x++] = new Schedule(2003, 3, 16, 0, 0, "I", "WGI Mid East Regional", "Miamisburg HS", "Miamisburg", "OH", "Finals");
    schd[x++] = new Schedule(2003, 3, 22, 8, 8, "C", "Milford", "Milford HS", "Milford", "OH", "");
    schd[x++] = new Schedule(2003, 3, 29, 9, 9, "C", "Central Hardin", "Central Hardin HS", "Cecilia", "KY", "");
    schd[x++] = new Schedule(2003, 4,  5,10,10, "C", "Circuit Championships", "Ryle HS", "Union", "KY", "");
    schd[x++] = new Schedule(2003, 4, 10, 0, 0, "I", "WGI Championships", "UD Arena", "Dayton", "OH", "");

    schd[x++] = new Schedule(2004,12,  6, 0, 0, "I", "Percussion Clinic", "EKU", "Richmond", "KY", "");
    schd[x++] = new Schedule(2004,12,  6, 0, 0, "I", "Hands on Clinic (North)", "Lloyd HS", "Erlanger", "KY", "");
    schd[x++] = new Schedule(2004,12, 13, 0, 0, "I", "Hands On Clinic (South)", "Allen Co HS", "Scottsville", "KY", "");
    schd[x++] = new Schedule(2004, 1, 17, 0, 0, "P", "Circuit Preview", "Campbell Co HS", "Alexandria", "KY", "");
    schd[x++] = new Schedule(2004, 1, 24, 0, 0, "X", "Grayson Co.", "Grayson Co HS", "", "KY", "Canceled");
    schd[x++] = new Schedule(2004, 1, 31, 1, 1, "C", "Gallatin Co.", "Gallatin Co. HS", "Warsaw", "KY", "");
    schd[x++] = new Schedule(2004, 2,  7, 2, 2, "C", "Ubiquity", "Bosse HS", "Evansville", "IN", "");
    schd[x++] = new Schedule(2004, 2,  8, 0, 0, "X", "Art 101", "Westland HS", "Columbus", "OH", "Canceled");
    schd[x++] = new Schedule(2004, 2, 14, 3, 3, "C", "Grant Co.", "Grant Co. HS", "Dry Ridge", "KY", "");
    schd[x++] = new Schedule(2004, 2, 21, 4, 4, "C", "Conner", "Conner HS", "Hebron", "KY", "");
    schd[x++] = new Schedule(2004, 2, 28, 5, 5, "C", "Campbell Co.", "Campbell Co. HS", "Alexandria", "KY", "");
    schd[x++] = new Schedule(2004, 3,  6, 6, 6, "C", "Milford", "Milford HS", "Milford", "OH", "");
    schd[x++] = new Schedule(2004, 3, 13, 7, 7, "C", "Shelby Co.", "Shelby Co. HS", "Shelbyville", "KY", "");
    schd[x++] = new Schedule(2004, 3, 20, 8, 8, "C", "Kings", "Kings HS", "Kings Mills", "OH", "");
    schd[x++] = new Schedule(2004, 3, 27, 0, 0, "I", "WGI Mideast", "UD Arena", "Dayton", "OH", "Prelims");
    schd[x++] = new Schedule(2004, 3, 28, 0, 0, "I", "WGI Mideast", "UD Arena", "Dayton", "OH", "Finals");
    schd[x++] = new Schedule(2004, 3, 27, 9, 9, "C", "John Hardin", "John Hardin HS", "Elizabethtown", "KY", "");
    schd[x++] = new Schedule(2004, 4,  3,10,10, "C", "Circuit Championships", "Ryle HS", "Union", "KY", "");
    schd[x++] = new Schedule(2004, 4, 15, 0, 0, "I", "WGI Championships", "Cox Arena", "San Diego", "CA", "");
    
    schd[x++] = new Schedule(2004, 11, 20, 0, 0, "I", "Pride Clinic", "GRC", "Winchester", "KY");
    schd[x++] = new Schedule(2004, 12, 04, 0, 0, "I", "Guard &amp; Percussion Clinics", "", "TSC");
    schd[x++] = new Schedule(2004, 12, 04, 0, 0, "I", "Percussion Clinic", "EKU", "Richmond", "KY");
    schd[x++] = new Schedule(2004, 12, 04, 0, 0, "I", "Hands on Clinic", "Conner HS", "Hebron", "KY");
    schd[x++] = new Schedule(2004, 12, 11, 0, 0, "I", "Hands on Clinic", "Allen Co HS", "Scottsville", "KY");
    schd[x++] = new Schedule(2005, 01, 15, 0, 0, "P", "TriState Preview", "Campbell Co HS", "TSC", "Alexandria", "KY");
    schd[x++] = new Schedule(2005, 01, 29, 1, 1, "X", "Gallatin Co HS", "Gallatin County", "Warsaw", "KY");
    schd[x++] = new Schedule(2005, 02, 05, 2, 2, "C", "Grant Co HS", "Grant County", "Dry Ridge", "KY");
    schd[x++] = new Schedule(2005, 02, 12, 3, 3, "C", "Floyd Central HS", "Floyd Central", "Floyd Knob", "IN");
    schd[x++] = new Schedule(2005, 02, 12, 0, 0, "I", "WGI Mid East Reg", "UD Arena", "Dayton", "OH");
    schd[x++] = new Schedule(2005, 02, 13, 0, 0, "I", "WGI Mid East Reg", "UD Arena", "Dayton", "OH");
    schd[x++] = new Schedule(2005, 02, 19, 4, 4, "C", "Conner HS", "Conner", "Hebron", "KY");
    schd[x++] = new Schedule(2005, 02, 26, 5, 5, "C", "Campbell Co HS", "Campbell County", "Alexandria", "KY");
    schd[x++] = new Schedule(2005, 03, 05, 6, 6, "C", "Milford HS", "Milford", "Milford", "OH");
    schd[x++] = new Schedule(2005, 03, 06, 6, 7, "C", "Milford HS", "Milford", "Milford", "OH");
    schd[x++] = new Schedule(2005, 03, 12, 7, 8, "C", "Shelby Co HS", "Shelby County", "Shelbyville", "KY");
    schd[x++] = new Schedule(2005, 03, 19, 8, 9, "C", "Ryle HS", "Ryle", "Union", "KY");
    schd[x++] = new Schedule(2005, 03, 26, 9,10, "C", "John Hardin HS", "John Hardin", "Elizabethtown", "KY");
    schd[x++] = new Schedule(2005, 04, 02,10,11, "C", "TSC Championships", "Ryle HS", "Union", "KY");
    
    schd[x++] = new Schedule(2005, 11, 19, 0, 0, "I", "Hands on Clinic", "Site needed", "Northern Area", "KY", "");
    schd[x++] = new Schedule(2006, 01, 21, 0, 0, "I", "TriState Preview"  , "Campbell Co", "Alexandria", "KY", "");
    schd[x++] = new Schedule(2006, 01, 28, 1, 1, "C", "", "Gallatin Co", "Warsaw", "KY", "");
    schd[x++] = new Schedule(2006, 02, 04, 2, 2, "C", "", "Grant Co", "Dry Ridge", "KY", "");
    schd[x++] = new Schedule(2006, 02, 11, 3, 3, "C", "", "Floyd Central", "Floyds Knobs", "IN", "");
    schd[x++] = new Schedule(2006, 02, 18, 4, 4, "C", "", "Conner HS", "Hebron", "KY", "");
    schd[x++] = new Schedule(2006, 02, 25, 5, 5, "C", "", "Campbell Co", "Alexandria", "KY", "");
    schd[x++] = new Schedule(2006, 03, 04, 6, 6, "C", "", "Butler HS", "Louisville", "KY", "");
    schd[x++] = new Schedule(2006, 03, 11, 7, 7, "C", "", "Shelby Co", "Shelbyville", "KY", "");
    schd[x++] = new Schedule(2006, 03, 18, 8, 8, "C", "", "Milford HS", "Milford", "OH", "");
    schd[x++] = new Schedule(2006, 03, 19, 8, 9, "C", "", "Ryle", "", "OH", "");
    schd[x++] = new Schedule(2006, 03, 25, 9,10, "C", "", "John Hardin", "Elizabethtown", "KY", "");
    schd[x++] = new Schedule(2006, 03, 26,10,11, "C", "", "Elizabethtown", "", "KY", "");
    schd[x++] = new Schedule(2006, 04, 01,11,12, "C", "TSC Championships", "Ryle HS", "Union", "KY", "");
    
    schd[x++] = new Schedule(2006, 11, 18, 0, 0, "I", "Hands on Clinic", "Site needed", "Northern Area", "KY", "");
    schd[x++] = new Schedule(2007, 01, 20, 0, 0, "I", "TriState Preview", "Campbell Co", "Alexandria", "KY", "");
    schd[x++] = new Schedule(2007, 01, 27, 1, 1, "C", "", "Gallatin Co", "Warsaw", "KY", "");
    schd[x++] = new Schedule(2007, 02, 03, 2, 2, "C", "", "Grant Co", "Dry Ridge", "KY", "");
    schd[x++] = new Schedule(2007, 02, 10, 3, 3, "C", "", "Open", "", "OH", "");
    schd[x++] = new Schedule(2007, 02, 17, 4, 4, "C", "", "East Jessamine HS", "Nicholasville", "KY", "");
    schd[x++] = new Schedule(2007, 02, 24, 5, 5, "C", "", "Campbell Co", "Alexandria", "KY", "");
    schd[x++] = new Schedule(2007, 02, 24, 5, 5, "C", "", "Warren Central HS", "", "IN", "");
    schd[x++] = new Schedule(2007, 03, 03, 6, 6, "C", "", "Butler HS", "Louisville", "KY", "");
    schd[x++] = new Schedule(2007, 03, 10, 7, 7, "C", "", "Milford HS", "Milford", "OH", "");
    schd[x++] = new Schedule(2007, 03, 17, 8, 8, "C", "", "Ryle HS", "Union", "KY", "");
    schd[x++] = new Schedule(2007, 03, 18, 8, 9, "C", "", "Conner HS", "Hebron", "KY", "");
    schd[x++] = new Schedule(2007, 03, 24, 9,10, "C", "", "John Hardin", "Elizabethtown", "KY", "");
    schd[x++] = new Schedule(2007, 03, 25, 9,11, "C", "", "Elizabethtown", "", "KY", "");
    schd[x++] = new Schedule(2007, 03, 31,10,12, "C", "TSC Championships", "Ryle HS", "Union", "KY", "");

