//Text Banner Rotation Script 1.1 Copyright 2003-2004 by MyKazaam.com Author: Yaza.  You must leave this copyright header in tact for use.  Please read the License file that accompanies the full package of this script.  For support visit http://www.mykazaam.com
var banner=new Array()

banner[0]='<img src="bilder/fotos/00.jpg" width="515" height="169" align="bottom" alt="" class="foto" />'
banner[1]='<img src="bilder/fotos/01.jpg" width="515" height="169" align="bottom" alt="" class="foto" />'
banner[2]='<img src="bilder/fotos/02.jpg" width="515" height="169" align="bottom" alt="" class="foto" />'
banner[3]='<img src="bilder/fotos/03.jpg" width="515" height="169" align="bottom" alt="" class="foto" />'
banner[4]='<img src="bilder/fotos/04.jpg" width="515" height="169" align="bottom" alt="" class="foto" />'
banner[5]='<img src="bilder/fotos/05.jpg" width="515" height="169" align="bottom" alt="" class="foto" />'
banner[6]='<img src="bilder/fotos/06.jpg" width="515" height="169" align="bottom" alt="" class="foto" />'


var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])

