//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.classifiedadnet.com/ target=_blank><img src=http://www.newenglandlivingmagazine.com/photocontest/banners1/CAN_300x250ani.gif border=0px></a>'

banner[1]='<a href=http://www.newenglandrecipes.com/ target=_blank><img src=http://www.newenglandlivingmagazine.com/photocontest/banners1/NER_300x250ani.gif border=0px></a>'

banner[2]='<a href=http://www.bringmypet.com/ target=_blank><img src=http://www.newenglandlivingmagazine.com/photocontest/banners1/BMP_300x250ani.gif border=0px></a>'

banner[3]='<a href=http://www.countryweddings.com/ target=_blank><img src=http://www.newenglandlivingmagazine.com/photocontest/banners1/CW_300x250.jpg border=0px></a>'

banner[4]='<a href=http://www.freeworldmall.com/ target=_blank><img src=http://www.newenglandlivingmagazine.com/photocontest/banners1/FWM_300x250ani.gif border=0px></a>'

banner[5]='<a href=http://www.shopforsweaters.com/ target=_blank><img src=http://www.newenglandlivingmagazine.com/photocontest/banners1/SFS_300x250ani.gif border=0px></a>'

banner[6]='<a href=http://www.newenglandlivingmagazine.com/ target=_blank><img src=http://www.newenglandlivingmagazine.com/photocontest/banners1/NELM_300x250.jpg border=0px></a>'

banner[7]='<a href=http://www.musicianliving.com/ target=_blank><img src=http://www.newenglandlivingmagazine.com/photocontest/banners1/MC_300x250.jpg border=0px></a>'

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