

adImages = new Array("../images/WhsBooksBnr.gif",
                     "../images/shakban.gif",
                     "../images/jordan_getright.gif",
                     "../images/tolkien.gif")
adURL = new Array("www.whsmith.co.uk/whs/Go.asp?menu=Books&pagedef=/books/home/index.htm&shop=22546",
                  "tracker.clicktrade.com/tracker/tracker.dll?to='http://www.anagramgenius.com/serverct.html'&ad=159657.0&lp=418074",
		  "tracker.clicktrade.com/tracker/tracker.dll?to='http://www.getright.com/'&ad=354482.0&lp=418074",
                  "tracker.clicktrade.com/tracker/tracker.dll?to='http://www.fairfaxprints.com/'&ad=375865.0&lp=418074")
thisAd = -1
imgCt = adImages.length

function rotate(){
   if (document.images) {
      if (document.adBanner.complete)
          {
          thisAd++
          if (thisAd == imgCt)
             {
             thisAd = 0
             }
          document.adBanner.src=adImages[thisAd]
      }
      setTimeout("rotate()",15*1000)
   }
}

function newLocation() {
   document.location.href = "http://"+adURL[thisAd]
}

