<!--

var curmsg=-1
var werbebildname=new Array()
werbebildname[0]="affiliate/468_badpuppybanner54.gif"
werbebildname[1]="affiliate/468_camjocks.gif"
werbebildname[2]="affiliate/468_bobas.gif"
werbebildname[3]="affiliate/468_badpuppybanner03.jpg"
werbebildname[4]="affiliate/468_gayromeo.gif"
werbebildname[5]="affiliate/468_gallerymen.gif"
werbebildname[6]="affiliate/468_allgaylinx.gif"

var werbeURL=new Array()
werbeURL[0]="http://www.puppypartners.com/click.asp?det=6745"
werbeURL[1]="gk_camjocks.html"
werbeURL[2]="http://www.bobasinn.de"
werbeURL[3]="http://www.puppypartners.com/click.asp?det=6745"
werbeURL[4]="http://www.gayromeo.com"
werbeURL[5]="http://www.gallerymen.com/toplist/in.php?site=1029810163"
werbeURL[6]="http://www.allgaylinx.com/top50gaylinx/rankem.asp?manager=allgaylinx%20com&id=162"

function ausgabe()
{
 if (curmsg<werbebildname.length-1)
 curmsg++
 else
 curmsg=0;
 werbebild = new Image();
 werbebild.src = werbebildname[curmsg];
 document["banner"].src = werbebild.src;
 URL = werbeURL[curmsg];
 setTimeout("ausgabe()",6000);
}

ausgabe()

function AufrufURL()
{
 parent.frames.location.href=URL;
}

//-->


