//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]='<img src=images/1.jpg border=0 width=135 height=144>'

banner[1]='<img src=images/2.jpg border=0 width=135 height=144>'

banner[2]='<img src=images/3.jpg border=0 width=135 height=144>'

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