<!-- // This file contains two Arrays                                           -->
<!-- // One is a list of Saturday 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 SatDates = new Array();
var SatRides = new Array();


SatDates[0] = "05/07/11"
SatRides[0] = "Currently working on rides, they will be posted when done."

SatDates[1] = "06/04/11"
SatRides[1] = "Currently working on rides, they will be posted when done."

SatDates[2] = "07/02/11"
SatRides[2] = "Currently working on rides, they will be posted when done."

SatDates[3] = "08/06/11"
SatRides[3] = "Currently working on rides, they will be posted when done."

SatDates[4] = "09/03/11"
SatRides[4] = "Currently working on rides, they will be posted when done."

SatDates[5] = "10/01/11"
SatRides[5] = "Currently working on rides, they will be posted when done."

SatDates[6] = "11/05/11"
SatRides[6] = "Currently working on rides, they will be posted when done."



