<!--
//client side ad rotation software
//Copyright 1999 WA

var numberad=5
var aimage=new Array()
var alink=new Array()
var atext=new Array()
var whichone=Math.round(Math.random()*(numberad-1))

aimage[0]='<IMG SRC="http://james.adbutler.de/view.php?pid=7889&bid=29876&tid=10609&b=120&h=600&inv=img" width=120 height=600 border=0 alt="gratis Buecher">'
alink[0]='http://james.adbutler.de/click.php?pid=7889&tid=10609&bid=29876 TARGET="_blank"'
atext[0]=''

aimage[1]='<IMG SRC="http://james.adbutler.de/view.php?pid=7889&bid=29877&tid=10609&b=120&h=600&inv=img" width=120 height=600 border=0 alt="gewinnen">'
alink[1]='http://james.adbutler.de/click.php?pid=7889&tid=10609&bid=29877 TARGET="_blank"'
atext[1]=''

aimage[2]='<IMG SRC="http://james.adbutler.de/view.php?pid=8031&bid=30577&tid=10609&b=120&h=600&inv=img" width=120 height=600 border=0 alt="whiskas">'
alink[2]='http://james.adbutler.de/click.php?pid=8031&tid=10609&bid=30577 TARGET="_blank"'
atext[2]=''

aimage[3]='<IMG SRC="http://james.adbutler.de/view.php?pid=7952&bid=30717&tid=10609&b=120&h=600&inv=img" width=120 height=600 border=0 alt="Gratis">'
alink[3]='http://james.adbutler.de/click.php?pid=7952&tid=10609&bid=30717 TARGET="_blank"'
atext[3]=''

aimage[4]='<IMG SRC="http://banners.webmasterplan.com/view.asp?site=3166&ref=91301&b=7" WIDTH=120 HEIGHT=600 BORDER=0 ALT="kostenlos">'
alink[4]='http://partners.webmasterplan.com/click.asp?ref=91301&site=3166&type=b7&bnb=7 TARGET="_blank"'
atext[4]=''

document.write('<p align="center"><a href="'+alink[whichone]+'">'+aimage[whichone]+'</a><br>')
if (atext[whichone]!='')
document.write('<a href="'+alink[whichone]+'">'+atext[whichone]+'</a>')
document.write('</p>')
//-->
