<!--

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/?9784380C425151447" align="bottom" width="234" height="60" border="0" hspace="1" alt="Sonnenklar.tv"',
'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/?9784380C425151447T',
'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>');

}
//-->

