//Text Banner Rotation Script 1.1 Copyright 2003-2004 by gpwd.  You must leave this copyright header in tact for use. If you like, have a look at http://www.neheim-news.de
var banner=new Array()

banner[0]='<a href=http://www.tillmanns-bauer.de target=_new><img src="../promo/rot_tillmann.gif" width="234" height="60" alt="Gastst&auml;tte Tillmann&rsquo;s Bauer" title="Gastst&auml;tte Tillmann&rsquo;s Bauer" border="0"></a>'

banner[1]='<a href=http://www.loftsound.de/ target=_new><img src="../promo/rot_loftsound.gif" width="234" height="60" alt="LOFTSOUND Studio" title="LOFTSOUND Studio" border="0"></a>'

banner[2]='<a href=http://www.rimini-neheim.de/ target=_new><img src="../promo/rot_rimini.gif" width="234" height="60" alt="Ristorante - Pizzeria RIMINI" title="Ristorante - Pizzeria RIMINI" border="0"></a>'

banner[3]='<a href=http://www.buergerstiftung-arnsberg.de/ target=_new><img src="../promo/rot_buergerstiftung.png" width="234" height="60" alt="buergerstiftung-arnsberg.de" title="buergerstiftung-arnsberg.de" border="0"></a>'

banner[4]='<a href=http://www.esserknop.de/ target=_new><img src="../promo/rot_esserknop_234.gif" width="234" height="60" alt="esserknop.de" title="esserknop.de" border="0"></a>'

banner[5]='<a href=http://www.pflegedienst-doro.de/ target=_new><img src="../promo/rot_doro.gif" width="234" height="60" alt="Pflegedienst DORO" title="Pflegedienst DORO" border="0"></a>'



banner[6]='<a href=http://www.aland-bedachungen.de/ target=_new><img src="../promo/rot_aland.gif" width="234" height="60" alt="Aland-Bedachungen" title="Aland-Bedachungen" border="0"></a>'



banner[7]='<a href=http://www.arnsberger-tafel.de/ target=_new><img src="../promo/rot_tafel.gif" width="234" height="60" alt="arnsberger-tafel.de" title="arnsberger-tafel.de" border="0"></a>'



var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
