src = ["images/SandFeet.jpg", "images/Detritus.jpg", "images/WindowPrints.jpg", "images/InTheFootstepsOfMatadors.jpg", "images/PigeonNemesis.jpg", "images/RailGhosts.jpg", "images/BeachDetritus.jpg", "images/TwoShadows.jpg", "images/ManWatchingChurch.jpg", "images/SpanishNun.jpg", "images/RegardlessoftheWeather.jpg"]
url = ["Traces of HumanitySandFeet.htm", "Traces of HumanityDetritus.htm", "Traces of HumanityWindowPrints.htm", "Traces of HumanityInTheFootstepsOfMatadors.htm", "Traces of HumanityPigeonNemesis.htm", "Traces of HumanityRailGhosts.htm", "Traces of HumanityBeachDetritus.htm", "Traces of HumanityTwoShadows.htm", "Traces of HumanityManWatchingChurch.htm", "Traces of HumanitySpanishNun.htm", "Traces of HumanityRegardlessoftheWeather.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();
}

