<!--



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


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






if (random == 0)
{
ziel = 'http://partners.webmasterplan.com/click.asp?ref=13931&site=2980&type=b59&bnb=59';
ban = 'http://banners.webmasterplan.com/view.asp?ref=13931&site=2980&b=59';
}
if (random == 1)
{
ziel = 'http://james.adbutler.de/click.php?pid=895&tid=20700&bid=35498';
ban = 'http://james.adbutler.de/view.php?pid=895&tid=20700&bid=35498&b=120&h=60&inv=img';
}
if (random == 2 )
{
ziel = 'http://james.adbutler.de/click.php?pid=895&tid=20700&bid=2488';
ban = 'http://james.adbutler.de/view.php?pid=895&tid=20700&bid=2488&b=125&h=125&inv=img';
}
if (random == 3)
{
ziel = 'http://james.adbutler.de/click.php?pid=895&tid=20700&bid=2488';
ban = 'http://james.adbutler.de/view.php?pid=895&tid=20700&bid=2488&b=125&h=125&inv=img';
}
if (random == 4)
{
ziel = 'http://downloadsoftware.gratisbesucher.de//specials.php';
ban = 'http://www.gratisbesucher.de/shop.gif';
}
if (random == 5 )
{
ziel = 'http://downloadsoftware.gratisbesucher.de//specials.php';
ban = 'http://www.gratisbesucher.de/shop.gif';
}
if (random == 6)
{
ziel = 'http://partners.webmasterplan.com/click.asp?ref=13931&site=3629&type=b6&bnb=6';
ban = 'http://banners.webmasterplan.com/view.asp?ref=13931&site=3629&b=6';
}
if (random == 7)
{
ziel = 'http://downloadsoftware.gratisbesucher.de//specials.php';
ban = 'http://www.gratisbesucher.de/shop.gif';
}



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

document.write(banner);


//-->





