// Banner systeemscript voor www.arrowsweb.nl
// Gemaakt door www.digiklus.com

function random_imglink(){
var myimages=new Array()
myimages[1]="http://www.arrowsweb.nl/banners/systeem/groot/digiklus.gif"
myimages[2]="http://www.arrowsweb.nl/banners/systeem/groot/digiklus.gif"
myimages[3]="http://www.arrowsweb.nl/banners/systeem/groot/grobbegroot1.gif"
myimages[4]="http://www.arrowsweb.nl/banners/systeem/groot/grobbegroot1.gif"
myimages[5]="http://www.arrowsweb.nl/banners/systeem/groot/tuintips468.gif"
myimages[6]="http://www.arrowsweb.nl/banners/systeem/groot/mss.gif"
myimages[7]="http://www.arrowsweb.nl/banners/systeem/groot/pchelpdesk.gif"
myimages[8]="http://www.arrowsweb.nl/banners/systeem/groot/bloemani.gif"
myimages[9]="http://www.arrowsweb.nl/banners/systeem/groot/digiklus.gif"
myimages[10]="http://www.arrowsweb.nl/banners/systeem/groot/bloemani.gif"


var imagelinks=new Array()
imagelinks[1]="http://www.digiklus.com/"
imagelinks[2]="http://www.digiklus.com/"
imagelinks[3]="http://www.grobbe.net/"
imagelinks[4]="http://www.grobbe.net/"
imagelinks[5]="http://www.tuintips.tk/"
imagelinks[6]="http://www.martenssoftwareservice.tk/"
imagelinks[7]="http://pc-helpdesk.arrowsweb.nl/"
imagelinks[8]="http://www.tuintips.tk/"
imagelinks[9]="http://www.digiklus.com/"
imagelinks[10]="http://www.tuintips.tk/"


var imagealt=new Array()
imagealt[1]="Digitaal klussenbureau Digiklus"
imagealt[2]="Digitaal klussenbureau Digiklus"
imagealt[3]="Grobbe.net: voor eenvoudig te onderhouden websites"
imagealt[4]="www.grobbe.net - webdesign met CMS"
imagealt[5]="Tipps voor de tuin"
imagealt[6]="Software op diskettes"
imagealt[7]="Dé helpdesk voor oude computers"
imagealt[8]="www.tuintips.tk: tuintips van Cor"
imagealt[9]="Voor banners en websites naar www.digiklus.com"
imagealt[10]="www.tuintips.tk"


var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" WIDTH="468" HEIGHT="60" alt="'+imagealt[ry]+'" border=0></a>')
}
random_imglink()
