pics = new Array("UpFront/upfront1.jpg",
                 "UpFront/upfront2.jpg",
                 "UpFront/upfront3.jpg",
                 "UpFront/upfront4.jpg",
                 "UpFront/upfront5.jpg");
lnks = new Array("http://www.capebsa.org/scrapbook/rappelling0112.htm",
                 "http://www.capebsa.org/scrapbook/fallcmp0110.htm",
                 "http://www.capebsa.org/scrapbook/lewallen0506/index.htm",
                 "http://www.capebsa.org/scrapbook/lewallen0606/index.htm",
                 "http://www.capebsa.org/scrapbook/USSAlabama0801/index.htm");
curDate = new Date();
curTime = curDate.getSeconds();
picNum = curTime % pics.length;
document.write("<a href='" + lnks[picNum] + "'><img src='" + pics[picNum] + "' border='0'></a>");