if (document.images) { adImages = new Array("menu/supreme.gif","menu/mcgivney.jpg"); adURLs = new Array("www.kofc.org/","www.fathermcgivney.org/"); thisAd = 0; } function cycleAds() { if (document.images) { if (document.adBanner.complete) { if (++thisAd == adImages.length) thisAd = 0; document.adBanner.src = adImages[thisAd]; } } // change to next sponsor every 3 seconds setTimeout("cycleAds()", 2500); } function gotoAd() { document.location.href = "http://" + adURLs[thisAd]; }