//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]='<div style= "z-index: -999;"><object type="application/x-shockwave-flash" data="http://www.picsystems.net/banners/centroconsolas/centroconsolas.swf" width="437" height="65"><param name="movie" value="http://www.picsystems.net/banners/centroconsolas/centroconsolas.swf"><param name="wmode" value="opaque"></object></div>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])

