//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.net 
var banner=new Array()

banner[0]='<a href=http://www.vb-arnsberg-sundern.de/ target=_new><img src="promojun/rot_volksbank.gif" width="234" height="60" alt="Volksbank Arnsberg-Sundern" title="Volksbank Arnsberg-Sundern" border="0"></a>'

banner[1]='<a href=http://www.sparkasse-arnsberg-sundern.de/ target=_new><img src="promojun/rot_sparkasse.gif" width="234" height="60" alt="Sparkasse Arnsberg-Sundern" title="Sparkasse Arnsberg-Sundern" border="0"></a>'

banner[2]='<a href=http://www.fbs-assekuranz.de/ target=_new><img src="promo/rot_fbs.gif" width="234" height="60" alt="fbs-assekuranz" title="fbs-assekuranz" border="0"></a>'

banner[3]='<a href=http://www.strojnowski.de/ target=_new><img src="promo/rot_strojnowski.gif" width="234" height="60" alt="Sporthaus + Flockbetrieb" title="Sporthaus + Flockbetrieb" border="0"></a>'

banner[4]='<a href=http://www.kalweit-lange.de/ target=_new><img src="promojun/rot_kl.gif" width="234" height="60" alt="DER B&uuml;roservice in Neheim" title="DER B&uuml;roservice in Neheim" border="0"></a>'

banner[5]='<a href=http://www.intersport-richter.de/ target=_new><img src="promojun/rot_richter.gif" width="234" height="60" alt="Intersport vor Ort ..." title="Intersport vor Ort ..." border="0"></a>'

banner[6]='<a href=http://www.goldbaecker.de/ target=_new><img src="promo/rot_goldbaecker.gif" width="234" height="60" alt="Goldb&auml;ckerei Grote" title="Goldb&auml;ckerei Grote" border="0"></a>'


var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
