//Text Banner Rotation Script 1.1 Copyright 2003-2004 by gpwd.  You must leave this copyright header in tact for use.  Please read the License file that accompanies the full package of this script.  If you like have a look at http://www.neheim.net 
var banner=new Array()

banner[0]='<a href=http://www.loftsound.de/ target=_new><img src="xad468/promo_loftsound_468x60.gif" width="468" height="60" alt="" border="0"></a>'

banner[1]='<a href=http://www.medeasy-tv.de target=_new><img src="xad468/promo_medeasy_tv_468x60.gif" width="468" height="60" alt="" border="0"></a>'

banner[2]='<a href=http://www.neheim-netz.de/ target=_new><img src="xad468/promo_neheim_netz_468x60.gif" width="468" height="60" alt="" border="0"></a>'

banner[3]='<a href=http://www.raben-blog.de/ target=_new><img src="xad468/promo_rabencafe_468x60.gif" width="468" height="60" alt="" border="0"></a>'

banner[4]='<a href=http://www.sauerlandthemen.de target=_new><img src="xad468/promo_sauerlandthemen_468x60.gif" width="468" height="60" alt="" border="0"></a>'

banner[5]='<a href=http://www.am-tex.de/ target=_new><img src="xad468/promo_amtex_468x60.gif" width="468" height="60" alt="" border="0"></a>'


var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])




