//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]='<A HREF="vax-pedrables10.html"><img src="bilder/banner/vax-pedralbes.jpg" width="160" height="600" align="bottom" alt="Vax Pedralbes"></A></A>'

banner[1]='<A HREF="n150-serie.html"><img src="bilder/banner/n150-2.jpg" width="160" height="600" align="bottom" alt="Samsung N150"></A></A>'


var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
