//Copyright 2003 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=http://www.discoazul.com target=_blank><img src=http://www.picsystems.net/banners/chipspain_lateral.gif border=0 width=100 height=200 align=middle alt=Modchips!! title=Modchips!!></a>'


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