src = ["images/Slains.jpg", "images/WaterWeb.jpg", "images/DeadTree.jpg", "images/LochNess.jpg", "images/Aignish.jpg", "images/DunCarlowayBroch.jpg", "images/DesertedHome.jpg", "images/PillBox.jpg", "images/CalanaisIHintofBlue.jpg", "images/SpookyCastle.jpg", "images/CalanaisISky.jpg", "images/RemainsOfBurntChurch.jpg", "images/Predjama.jpg", "images/DunottarSunrise.jpg", "images/DunottarSunriseDiptych.jpg"]
url = ["SpookynessSlains.htm", "SpookynessWaterWeb.htm", "SpookynessDeadTree.htm", "SpookynessLochNess.htm", "SpookynessAignish.htm", "SpookynessDunCarlowayBroch.htm", "SpookynessDesertedHome.htm", "SpookynessPillBox.htm", "SpookynessCalanaisIHintofBlue.htm", "SpookynessSpookyCastle.htm", "SpookynessCalanaisISky.htm", "SpookynessRemainsOfBurntChurch.htm", "SpookynessPredjama.htm", "SpookynessDunottarSunrise.htm", "SpookynessDunottarSunriseDiptych.htm"]
duration = 6;
ads=[]; ct=0;
function switchAd() {
var n=(ct+1)%src.length;
if (ads[n] && (ads[n].complete || ads[n].complete==null)) {
document["Ad_Image"].src = ads[ct=n].src;
}
ads[n=(ct+1)%src.length] = new Image;
ads[n].src = src[n];
setTimeout("switchAd()",duration*1000);
}
function doLink(){
location.href = url[ct];
} onload = function(){
if (document.images)
switchAd();
}

