//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.vancouverhalloween.com/Robert/vh_RBmain.html target=_new>Award Winning Decorator Robert Barton-Click Here For Details</a>'

banner[1]='<a href=http://www.bctrains.com/kids-halloween.htm target=_new>Childrens Halloween Fair & Train-Click Here For Details</a>'

banner[2]='<a href=http://www.bctrains.com/Spooky-Details.htm target=_new>The Scary Halloween Train Event-Click Here For Details</a>'


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

