
<!--



random = parseInt(Math.random()*7)


ziel = 'http://partners.webmasterplan.com/click.asp?ref=13931&site=3752&type=b46&bnb=46';
ban = 'http://banners.webmasterplan.com/view.asp?ref=13931&site=3752&b=46';
text = 'Werbetipp!!!';






if (random == 0)
{
ziel = 'http://partners.webmasterplan.com/click.asp?ref=13931&site=3752&type=b46&bnb=46';
ban = 'http://banners.webmasterplan.com/view.asp?ref=13931&site=3752&b=46';
}
if (random == 1)
{
ziel = 'http://partners.webmasterplan.com/click.asp?ref=13931&site=1794&type=b1&bnb=1';
ban = 'http://banners.webmasterplan.com/view.asp?ref=13931&site=1794&b=1';
}
if (random == 2 )
{
ziel = 'http://partners.webmasterplan.com/click.asp?ref=13931&site=3445&type=b42&bnb=42';
ban = 'http://banners.webmasterplan.com/view.asp?ref=13931&site=3445&b=42';
}
if (random == 3)
{
ziel = 'http://partners.webmasterplan.com/click.asp?ref=13931&site=3629&type=b47&bnb=47';
ban = 'http://banners.webmasterplan.com/view.asp?ref=13931&site=3629&b=47';
}
if (random == 4)
{
ziel = 'http://james.adbutler.de/click.php?pid=7303&tid=20700&bid=47005';
ban = 'http://james.adbutler.de/view.php?pid=7303&tid=20700&bid=47005&b=728&h=90&inv=img';
}
if (random == 5  )
{
ziel = 'http://james.adbutler.de/click.php?pid=5794&tid=20700&bid=51965';
ban = 'http://james.adbutler.de/view.php?pid=5794&tid=20700&bid=51965&b=468&h=60&inv=img';
}
if (random == 6)
{
ziel = 'http://james.adbutler.de/click.php?pid=8852&tid=20700&bid=51052';
ban = 'http://james.adbutler.de/view.php?pid=8852&tid=20700&bid=51052&b=468&h=60&inv=img';
}



banner = '<a href=';
banner += ziel;
banner += ' TARGET=_blank title="';
banner += text;
banner += '"><img border=0 src=';
banner += ban;
banner += ' width=468 height=60></a>';

document.write(banner);


//-->



