<!-- Begin
// vul hier in hoeveel banners je gaat gebruiken
var how_many_ads = 2;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://zon.sunweb.nl/reizen/?tt=1271_226866_13732_&amp;r=";
alt="Sunweb vakantie Turkije";
banner="http://ti.tradetracker.net/?c=1271&amp;m=226866&amp;a=13732&amp;r=&amp;t=html";
width="120";
height="600";
}
if (ad==2) {
url="http://www.jiba.nl/reizen/?tt=1272_222386_13618_&amp;r=";
alt="Jiba vakantie Turkije voor het gezin";
banner="http://ti.tradetracker.net/?c=1272&amp;m=222386&amp;a=13618&amp;r=&amp;t=html";
width="160";
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 -->

