var whatride = new Array() 
var whatdate = new Array() 
var cntride = 0 
whatride[cntride] = 'Next ride - Saturday 4 February - Oak Valley - Meet at Parking area 8:00am ' 
whatdate[cntride] = '20120204' 
document.write('		</td>') 
document.write('<td width=10% align=center>') 
document.write('<a href="javascript:gotoshow2()">')  
document.write('<img src="headimages/hillcrestsep0521.jpg" name="SlideShow2" border=0><a>') 
document.write('</td>') 
document.write('<td width=30% align=center>') 
document.write('<img src=images/3dgs.jpg>') 
document.write('<br><marquee>') 
var x = whatride.length 
today=new Date() 
year = today.getFullYear() 
month = today.getMonth() 
day = today.getDate() 
month++ 
month += '' 
year += '' 
day += '' 
if (month.length < 2) { 
month = '0' + month 
} 
if (day.length < 2) { 
day = '0' + day 
} 
fulldate = year + month + day 
var cnt = 0 
for (cnt=0;cnt<=x-1;cnt=cnt+1) 
{ 
	if (fulldate <= whatdate[cnt]) { 
		document.write(whatride[cnt]) 
	} 
} 
 
document.write('</marquee>') 
document.write('</td>') 
document.write('<td width=10% align=center>') 
document.write('<a href="javascript:gotoshow()">')  
document.write('<img src="headimages/hillcrestsep0521.jpg" name="SlideShow" border=0><a>') 
document.write('</td>') 
 
document.write('		<td align=center width=25%>') 
document.write('Cape Town<br>') 
document.write('<!--<img src="http://banners.wunderground.com/banner/gizmotemp/global/stations/68816.gif" height=41 width=127>-->') 
document.write('<a href="http://www.wunderground.com/global/stations/68816.html?bannertypeclick=miniWeather2">') 
document.write('<img src="http://banners.wunderground.com/weathersticker/miniWeather2_metric_cond/language/www/global/stations/68816.gif" border=0') 
document.write('alt="Click for Cape Town, South Africa Forecast" height=50 width=150></a>') 
document.write('<br>') 
document.write('<a href="http://www.wunderground.com/global/stations/68816.html?bannertypeclick=sunandmoon150">') 
document.write('<img src="http://banners.wunderground.com/weathersticker/sunandmoon150_both/language/www/global/stations/68816.gif" border=0') 
document.write('alt="Click for Cape Town, South Africa Forecast" height=50 width=150></a') 
 
document.write('		</td>') 
document.write('</tr>') 
 
document.write('</table>') 
document.write('<br>') 

