<!-- // This file contains two Arrays                                           -->
<!-- // One is a list of Tuesday dates for the 2008 Riding season               -->
<!-- // The other is a list of the Ride discriptions for the 2008 Riding season -->
<!-- //                                                                         -->
<!-- // To update this file for the new year change the dates                   -->
<!-- // and the ride discriptions                                               -->



<!-- // When needed Make changes to the following Variable list -->



var TueDates = new Array();
var TueRides = new Array();

TueDates[0] = "04/05/11"
TueRides[0] = "Currently working on rides, they will be posted when done."
TueDates[1] = "04/12/11"
TueRides[1] = "Currently working on rides, they will be posted when done."
TueDates[2] = "04/19/11"
TueRides[2] = "Currently working on rides, they will be posted when done."
TueDates[3] = "04/26/11"
TueRides[3] = "Currently working on rides, they will be posted when done."
TueDates[4] = "05/03/11"
TueRides[4] = "Currently working on rides, they will be posted when done."
TueDates[5] = "05/10/11"
TueRides[5] = "Currently working on rides, they will be posted when done."
TueDates[6] = "05/17/11"
TueRides[6] = "Currently working on rides, they will be posted when done."
TueDates[7] = "05/24/11"
TueRides[7] = "Currently working on rides, they will be posted when done."
TueDates[8] = "05/31/11"
TueRides[8] = "Currently working on rides, they will be posted when done."
TueDates[9] = "06/06/11"
TueRides[9] = "Currently working on rides, they will be posted when done."
TueDates[10] = "06/14/11"
TueRides[10] = "Currently working on rides, they will be posted when done."
TueDates[11] = "06/21/11"
TueRides[11] = "Currently working on rides, they will be posted when done."
TueDates[12] = "06/28/11"
TueRides[12] = "Currently working on rides, they will be posted when done."
TueDates[13] = "07/05/11"
TueRides[13] = "Currently working on rides, they will be posted when done."
TueDates[14] = "07/12/11"
TueRides[14] = "Currently working on rides, they will be posted when done."
TueDates[15] = "07/19/11"
TueRides[15] = "Currently working on rides, they will be posted when done."
TueDates[16] = "07/26/11"
TueRides[16] = "Currently working on rides, they will be posted when done."
TueDates[17] = "08/02/11"
TueRides[17] = "Currently working on rides, they will be posted when done."
TueDates[18] = "08/09/11"
TueRides[18] = "Currently working on rides, they will be posted when done."
TueDates[19] = "08/16/11"
TueRides[19] = "Currently working on rides, they will be posted when done."
TueDates[20] = "08/23/11"
TueRides[20] = "Currently working on rides, they will be posted when done."
TueDates[21] = "08/30/11"
TueRides[21] = "Currently working on rides, they will be posted when done."
TueDates[22] = "09/06/11"
TueRides[22] = "Currently working on rides, they will be posted when done."
TueDates[23] = "09/13/11"
TueRides[23] = "Currently working on rides, they will be posted when done."
TueDates[24] = "09/20/11"
TueRides[24] = "Currently working on rides, they will be posted when done."
TueDates[25] = "09/27/11"
TueRides[25] = "Currently working on rides, they will be posted when done."
TueDates[26] = "10/04/11"
TueRides[26] = "Currently working on rides, they will be posted when done."
TueDates[27] = "10/11/11"
TueRides[27] = "Currently working on rides, they will be posted when done."
TueDates[28] = "10/18/11"
TueRides[28] = "Currently working on rides, they will be posted when done."
TueDates[29] = "10/25/11"
TueRides[29] = "Currently working on rides, they will be posted when done."




