var IndexPic = new Array()
var IndexCap = new Array()
var IndexRef = new Array()
var IndexRnd = 0

IndexPic[0] = 'graveltravel201007.jpg'
IndexCap[0] = 'Bokkie and The ex Chair after the finish at Gravel Travel'
IndexRef[0] = 'rrgraveltravel2010.html'
IndexPic[1] = 'backsberg201011.jpg'
IndexCap[1] = "Gadget in action at Marc's Simonsberg Paarl Rotary MTB Challenge"
IndexRef[1] = 'rrbacksberg2010.html'
IndexPic[2] = 'cmkapr1801.jpg'
IndexCap[2] = 'At the top of Contermanskloof'
IndexRef[2] = 'rrcmkapr18.html'
IndexPic[3] = 'cmkjul1801.jpg'
IndexCap[3] = 'Hillcrest'
IndexRef[3] = 'rrcmkjul18.html'
IndexPic[4] = 'dedoornsmay2901.jpg'
IndexCap[4] = 'The start of Hex Valley Autumn Splenour'
IndexRef[4] = 'rrdedoornsmay29.html'
IndexPic[5] = 'delveraaug1506.jpg'
IndexCap[5] = 'Delvera'
IndexRef[5] = 'rrdelveraaug15.html'
IndexPic[6] = 'dirtopia201007.jpg'
IndexCap[6] = 'Dirtopia 2010'
IndexRef[6] = 'rrdirtopia2010.html'
IndexPic[7] = 'hillcrestjul0423.jpg'
IndexCap[7] = 'Trail maintenance at Hillcrest'
IndexRef[7] = 'rrhillcrestjul04.html'
IndexPic[8] = 'jonkershoekjun1301.jpg'
IndexCap[8] = 'Jonkershoek in the rain'
IndexRef[8] = 'rrjonkershoekjun13.html'
IndexPic[9] = 'majikapr2702.jpg'
IndexCap[9] = 'Majik Forest'
IndexRef[9] = 'rrmajikapr27.html'
IndexPic[10] = 'paarlmay2319.jpg'
IndexCap[10] = 'Paarl'
IndexRef[10] = 'rrpaarlmay23.html'
IndexPic[11] = 'rockgarden.jpg'
IndexCap[11] = 'McCosh doing the downhill race at Tokai'
IndexRef[11] = '#'
IndexPic[12] = 'tokaiaug0115.jpg'
IndexCap[12] = 'Tanya at Tokai'
IndexRef[12] = 'rrtokaiaug01.html'
IndexPic[13] = 'tokaijul1103.jpg'
IndexCap[13] = 'Skills Clinic at Tokai'
IndexRef[13] = 'rrtokaijul11.html'
IndexPic[14] = 'tokaimar1410.jpg'
IndexCap[14] = 'The rocky road at Tokai'
IndexRef[14] = 'rrtokaimar14.html'
IndexPic[15] = 'welvanpasapr2504.jpg'
IndexCap[15] = 'Gadget at Welvanpas'
IndexRef[15] = 'rrwelvanpasapr25.html'
IndexPic[16] = 'welvanpasapr2537.jpg'
IndexCap[16] = 'The ex Chair at Welvanpas'
IndexRef[16] = 'rrwelvanpasapr25.html'
IndexPic[17] = 'gspotfeb0610.jpg'
IndexCap[17] = 'The Prof at G Spot'
IndexRef[17] = 'rrgspotfeb06.html'
IndexPic[18] = 'welvanpas2011111314.jpg'
IndexCap[18] = 'Leigh at Welvanpas'
IndexRef[18] = 'rrwelvanpas20111113.html'

var IndexLen = IndexPic.length

IndexRnd = Math.floor(Math.random()*IndexLen)

document.write(IndexCap[IndexRnd])
document.write('<br><a href=')
document.write(IndexRef[IndexRnd])
document.write('>')
document.write('<img src=http://www.bitsandpcs.co.za/3dgimages/')
document.write(IndexPic[IndexRnd])
document.write(' border=0></a>')

