<!--

var bilder = new Array(


'http://ad.zanox.com/ppv/?9833319C905070790" align="bottom" width="234" height="60" border="0" hspace="1" alt="ITS Reisen"',
'http://ad.zanox.com/ppv/?9833337C29460460" align="bottom" width="234" height="60" border="0" hspace="1" alt="Tjaereborg Reisen"',
'http://ad.zanox.com/ppv/?9784605C2015895473" align="bottom" width="234" height="60" border="0" hspace="1" alt="Center Parcs - Best Ager"',
'http://ad.zanox.com/ppv/?9790432C514399217" align="bottom" width="234" height="60" border="0" hspace="1" alt="234x60wellnessScheck.jpg"',
'http://ad.zanox.com/ppv/?9790104C2003895835" align="bottom" width="234" height="60" border="0" hspace="1" alt="Jahn Reisen"');

var urls = new Array(
'http://ad.zanox.com/ppc/?9833319C905070790T',
'http://ad.zanox.com/ppc/?9833337C29460460T',
'http://ad.zanox.com/ppc/?9784605C2015895473T',
'http://ad.zanox.com/ppc/?9790432C514399217T',
'http://ad.zanox.com/ppc/?9790104C2003895835T');

function banner() {

var no= (new Date()).getTime()%bilder.length;
document.write('<a href="'+urls[no]+'" target="_blank">');
document.write('<img src="'+bilder[no]+'"></a>');

}
//-->


