//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=http://www.geoportalmaps.com/atlas/wbr target=_new>West Baton Rouge Parish Assessor geoportal - Easy to Use Parcel Queries </a>'

banner[1]='<a href=http://www.geoportalmaps.com/atlas/vicksburg target=_new>The City of Vicksburg, MS - Putting GIS in the hands of your citizens!</a>'

banner[2]='<a href=http://www.geoportalmaps.com/atlas/pascagoula target=_new>The City of Pascagoula, MS - Simple GIS Navigation for your public users!</a>'

banner[3]='<a href=http://www.geoportalmaps.com/atlas/stjohn target=_new>St. John the Baptist Parish - A Full line of GIS Queries made easy!</a>'

banner[4]='<a href=http://www.geoportalmaps.com/atlas/longbeach target=_new>Long Beach, MS - Small Town, Big GIS Power!</a>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
