//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/vh_RBmain.html target=_new>Award Winning Decorator Robert Barton-Click Here For Details</a>'

banner[1]='<a href=http://www.bctrains.com/Spooky-Details.htm target=_new>The Haunted Forest Scream Train-Click Here For Details</a>'

banner[2]='<a href=http://www.dsrproductions.com/ target=_new>EVIL DEAD the musical-Click Here For Details</a>'

banner[3]='<a href=http://www.pne.ca/fright-nights/ target=_new>FRIGHT NIGHTS at PlayLand-Click Here For Details</a>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
