//Designed by Ray Rarey (rayr@accessus.net)//
//Visit http://users.accessus.net/~rayr/javascript/ for more scripts//
//Copyright (c) NuGen Web Productions//

image = new Array(6);
link = new Array(6);
image[0] = 'http://www.kfchamont99.be/images/hegge_125.jpg'
image[1] = 'http://www.kfchamont99.be/images/schoemaco.jpg'
image[2] = 'http://www.kfchamont99.be/images/vanhorne.jpg'
image[3] = 'http://www.kfchamont99.be/images/schoemans.jpg'
image[4] = 'http://www.kfchamont99.be/images/vanheugten.jpg'
image[5] = 'http://www.kfchamont99.be/images/esso_tankstations_tjeu_van_horne_125.jpg'

link[0] = 'http://www.hegge.be/'
link[1] = 'http://www.hamontachel.be'
link[2] = 'http://www.caravancentrumbudel.nl'
link[3] = 'http://www.hamontachel.be/'
link[4] = 'http://www.hamontachel.be/'
link[5] = 'http://www.euromap.be/esso/LocatorOverviewNearestStations.aspx?id=14070'

index = Math.floor(Math.random() * image.length);
document.write("<DL>\n");
document.write("<A HREF="+link[index]+" target=_blank>");
document.write("<IMG SRC="+image[index]+" border=0 width=125 alt=hoofdsponsor><\/A>");
document.write("<\/DL>\n");

