src = ["images/DunCarlowayBroch.jpg", "images/CalanaisI.jpg", "images/BogCotton.jpg", "images/AchmoreStones.jpg", "images/SheepRuin.jpg", "images/DesertedHome.jpg", "images/Runrig.jpg", "images/Aignish.jpg"]
url = ["Glimpses of HistoryDunCarlowayBroch.htm", "Glimpses of HistoryCalanaisI.htm", "Glimpses of HistoryBogCotton.htm", "Glimpses of HistoryAchmoreStones.htm", "Glimpses of HistorySheepRuin.htm", "Glimpses of HistoryDesertedHome.htm", "Glimpses of HistoryRunrig.htm", "Glimpses of HistoryAignish.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();
}

