//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.hts.de/ target=_new><img src="../promo/promo_cws_234x60.gif" width="234" height="60" alt="" border="0"></a>'

banner[1]='<a href=http://vertretung.allianz.de/klaus.lenze/visitenkarte.html target=_new><img src="../promo/promo_lenze_234x60.gif" width="234" height="60" alt="" border="0"></a>'

banner[2]='<a href=http://www.soester-anzeiger.de/ense.html><img src="../promo/anzeiger.gif" width="234" height="60" alt="" border="0"></a>'

banner[3]='<a href=http://www.fleischerei-altekoester.de/ target=_new><img src="../promo/promo_altekoester_234x60.gif" width="234" height="60" alt="" border="0"></a>'

banner[4]='<a href=http://www.koehler-wohngestaltung.de/ target=_new><img src="../promo/promo_koehler_raum_234x60.gif" width="234" height="60" alt="" border="0"></a>'

banner[5]='<a href=http://www.koehler-fussbodenbau.de/ target=_new><img src="../promo/promo_koehler_boden_234x60.gif" width="234" height="60" alt="" border="0"></a>'

banner[6]='<a href=http://www.klt-lufttechnik.de/ target=_new><img src="../promo/promo_klt_234x60.gif" width="234" height="60" alt="" border="0"></a>'

banner[7]='<a href=http://www.mcdonalds.de/ target=_new><img src="../promo/promo_mcd_234x60.gif" width="234" height="60" alt="" border="0"></a>'

banner[8]='<a href=http://www.thesen-ag.com/ target=_new><img src="../promo/promo_thiekoetter.jpg" width="234" height="60" alt="" border="0"></a>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
