// hier die Anzahl der bilder eintragen
var wie_viele = 11;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % wie_viele;
ad +=1;


/*
ab hier für die banner jedesmal 9 Angaben
Linkadresse, Bildadresse, breite, höhe
*/

if (ad==1) {
link_url="http://ad.zanox.com/ppc/?6135480C801431783T";
banner_url="http://ad.zanox.com/ppv/?6135480C801431783";
width="234";
height="59";
}

if (ad==2) {
link_url="http://www.zanox-affiliate.de/ppc/?1787998C885436257T";
banner_url="http://www.zanox-affiliate.de/ppv/?1787998C885436257";
width="234";
height="59";
}

if (ad==3) {
link_url="http://www.zanox-affiliate.de/ppc/?1858788C98780753T";
banner_url="http://www.zanox-affiliate.de/ppv/?1858788C98780753";
width="234";
height="59";
}

if (ad==4) {
link_url="http://ad.zanox.com/ppc/?6135444C762687247T";
banner_url="http://ad.zanox.com/ppv/?6135444C762687247";
width="120";
height="59";
}
if (ad==5) {
link_url="http://ad.zanox.com/ppc/?6135455C507617123T";
banner_url="http://ad.zanox.com/ppv/?6135455C507617123";
width="234";
height="59";
}
if (ad==6) {
link_url="http://ad.zanox.com/ppc/?6135472C2044326038T";
banner_url="http://ad.zanox.com/ppv/?6135472C2044326038";
width="120";
height="59";
}
if (ad==7) {
link_url="http://ad.zanox.com/ppc/?6135478C1575176831T";
banner_url="http://ad.zanox.com/ppv/?6135478C1575176831";
width="234";
height="59";
}
if (ad==8) {
link_url="http://www.mysterium-licht.de/sponsoren.htm";
banner_url="http://www.mysterium-licht.de/banner/sponsorenbanner/werbung.GIF";
width="234";
height="59";
}
if (ad==9) {
link_url="http://ad.zanox.com/ppc/?6135494C365904496T";
banner_url="http://ad.zanox.com/ppv/?6135494C365904496";
width="120";
height="59";
}
if (ad==10) {
link_url="http://www.zanox-affiliate.de/ppc/?6308532C765507627T";
banner_url="http://www.zanox-affiliate.de/ppv/?6308532C765507627";
width="120";
height="59";
}
if (ad==11) {
link_url="http://ad.zanox.com/ppc/?6308687C1811311291T";
banner_url="http://ad.zanox.com/ppv/?6308687C1811311291";
width="120";
height="59";
}
function linkbanner() {


document.write('<center>');
document.write('<a href=\"' + link_url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner_url + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('</center>');

return
}