//Text Banner Rotation 
var banner=new Array()

banner[0]='<a href=owners.php target=main><img src=bannerad.gif width=440 height=60 border=0 alt=advertise on the balti guide></a>'

banner[1]='<a href=owners.php target=main><img src=bannerad.gif width=440 height=60 border=0 alt=advertise on the balti guide></a>'

banner[2]='<a href=owners.php target=main><img src=bannerad.gif width=440 height=60 border=0 alt=advertise on the balti guide></a>'

banner[3]='<a href=owners.php target=main><img src=bannerad.gif width=440 height=60 border=0 alt=advertise on the balti guide></a>'

banner[4]='<a href=owners.php target=main><img src=bannerad.gif width=440 height=60 border=0 alt=advertise on the balti guide></a>'

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