<!-- Begin
// vul hier in hoeveel banners je gaat gebruiken
var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://clk.tradedoubler.com/click?p=32462&a=1144522&g=16114649";
alt="Sunweb";
banner="http://impnl.tradedoubler.com/imp/img/16114649/1144522";
width="120";
height="600";
}
if (ad==2) {
url="http://clk.tradedoubler.com/click?p=20467&a=1144522&g=983187";
alt="Jiba vakanties voor het gezin";
banner="http://impnl.tradedoubler.com/imp/img/983187/1144522";
width="120";
height="600";
}
if (ad==3) {
url="http://clk.tradedoubler.com/click?p=18321&a=1144522&g=12383274";
alt="Go Best All inclusive";
banner="http://impnl.tradedoubler.com/imp/img/12383274/1144522";
width="120";
height="600";
}


document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>'  + '</small></a>');
document.write('</center>');
// End -->
