<!--
function adArray() {
 for (i=0; i*2<adArray.arguments.length; i++) {
  this[i] = new Object();
  this[i].src = adArray.arguments[i*2];
  this[i].href = adArray.arguments[i*2+1];
 }
 this.length = i;
}
function getAdNum() {
 dat = new Date();
 dat = (dat.getTime()+"").charAt(8);
 if (dat.length == 1)
  ad_num = dat%ads.length;
 else
  ad_num = 0;
 return ad_num;
}
 

var ads = new adArray(

"http://www.glebbeek-internet.com/banner/theo.gif", "http://www.linkietheo.nl/",
"http://www.designconsult.nl/promotie/banners/468x60.gif", "http://www.designconsult.nl",
"http://www.glebbeek-internet.com/banner/waarzo1.gif", "http://www.waarzo.nl/cgi-bin/intellilinkpro/in.cgi?id=1030051087",
"http://www.glebbeek-internet.com/banner/normanuk.gif", "http://www.norman.nl",
"http://www.glebbeek-internet.com/banner/piet.gif", "http://users.pandora.be/piet",
"http://www.glebbeek-internet.com/banner/expansion468.gif", "http://www.expansion.nl/",
"http://www.glebbeek-internet.com/banner/dynaset468.gif", "http://www.dynaset.nl/",
"http://www.glebbeek-internet.com/banner/jobnews468.gif", "http://www.jobnews.nl/",
"http://ads06.bpath.com/gif.cfm?ID=19604&Page=0&Ver=32", "http://ads06.bpath.com/url.cfm/ID=19604&Page=0&Ver=32&Pos=", 
"http://www.glebbeek-internet.com/banner/linkpartner.gif", "http://linkpartners.ontheweb.nl/", 
"http://www.glebbeek-internet.com/banner/studieinfo468.gif", "http://www.studieinfo.nl/",
"http://www.glebbeek-internet.com/banner/probiblio.gif", "http://www.probiblio.nl/",
"http://www.glebbeek-internet.com/banner/vervest.jpg", "http://www.vervest-consultancy.com",
"http://www.glebbeek-internet.com/banner/ikwilhet.gif", "http://startpaginas.ikwilhet.nu/",
"http://www.glebbeek-internet.com/banner/shytone.gif", "http://www.shytone.nl/", 
"http://www.glebbeek-internet.f2s.com/banner/bannerexchange468x60_2.gif", "http://bannerexchange.startpagina.nl/",
"http://www.glebbeek-internet.com/banner/bramstart1.gif", "http://www.bramstart.be/",
"http://www.kliks.nl/stats2/banner2.php?21glebb&1600&NL&NL&00&0", "http://www.kliks.nl/stats2/bannerklik2.php?21glebb&1600&NL&NL&00&0",
"http://www.glebbeek-internet.com/banner/stophier.gif", "http://www.stophier.nl/",
"http://www.glebbeek-internet.com/banner/bedrijfsgids.gif", "http://www.debedrijfsgids.nl/",
"http://www.glebbeek-internet.com/banner/lookup.gif", "http://www.lookup.nl/",
"http://www.archiefstartpunt.nl/banner/vialink.gif", "http://www.vialink.nl/", 
"http://www.glebbeek-internet.com/banner/webindex.jpg", "http://www.webindex.tv", 
"http://www.tradedoubler.com/images/nl_banner_anim.gif", "http://tracker.tradedoubler.com/click?p=376&a=150610&g=0");

var ad_num = getAdNum(); // don't change this line

document.write('<BODY leftMargin=0 topMargin=0 > '
+'<CENTER><A HREF="'+ads[ad_num].href+'"TARGET=NIEUW><IMG SRC="'+ads[ad_num].src+'" '
+'HEIGHT=60 WIDTH=468 BORDER=0 name=js_ad></A></TD></TR></TABLE></CENTER>');


link_num = document.links.length-1;

function rotateSponsor() {
 if (document.images) {
  ad_num = (ad_num+1)%ads.length;
  document.js_ad.src = ads[ad_num].src;
  document.links[link_num].href = ads[ad_num].href;
  setTimeout("rotateSponsor()",20000);
 }
}
setTimeout("rotateSponsor()",20000);

// -->
