src = ["images/CityofRed.jpg", "images/DunottarSunrise.jpg", "images/DunottarSunriseDiptych.jpg", "images/OutWindow.jpg", "images/Columbus Tomb.jpg", "images/Wrath.jpg", "images/PillBox.jpg", "images/AberdeenBeachNight.jpg"]
url = ["Playing with LightCityofRed.htm", "Playing with LightDunottarSunrise.htm", "Playing with LightDunottarSunriseDiptych.htm", "Playing with LightOutWindow.htm", "Playing with LightColumbus Tomb.htm", "Playing with LightWrath.htm", "Playing with LightPillBox.htm", "Playing with LightAberdeenBeachNight.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();
}

