<!-- Maak onzichtbaar voor oude browsers
// Copyright (c) 2001 KWN.nl. All rights reserved.
// Permission given to use this script provided that the copyright
// notice remains as is. Additional information are 
// available by edesign@kwn.nl

var how_many_ads = 1;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Here your Advertisement and Text! Click Here. ";
url1="http://www.kwn.nl/games/gamefree.htm";
url2="mailto:info@kwn.nl?subject=Information.";
alt="Play Online Games by KWN.nl";
banner="http://www.kwn.nl/banner/spelban.gif";
width="468";
height="60";
}
document.write('<center>');
document.write('<a href=\"' + url1 + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=1></a><br>');
document.write('<a href=\"' + url2 + '\" target=\"_top\">');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// stop met ontzichtbaar maken -->