picImages = new Array(
"images/top_bar0.jpg",
"images/top_bar1.jpg",
"images/top_bar2.jpg",
"images/top_bar3.jpg",
"images/top_bar4.jpg",
"images/top_bar5.jpg"
);

picCaption = new Array(
"Digital Downloads Done Deftly",
"<font color=#dc9018>Enter thine website, thusly</font>",
"<font color=red>Rootin' Tootin' website cahootin'</font>",
"Welcome to our site",
"<font color=red>What are you lookin at, PUNK!?!</font>",
"<font color=#9e9e6a>Together in the joy of marriage</font>"
);

thisPic = 0
imgCnt = picImages.length

/* function rotate() {if (document.images) {thisPic ++; if (thisPic == imgCnt) {thisPic = 0;};document.picFrame.src=picImages[thisPic];};}; */

randNum = Math.floor((Math.random() * imgCnt));
picName = picImages[randNum];
document.write('<table cellpadding=0 border=0 cellspacing=0><tr><td><img src="images/border_up_left' + randNum + '.gif"></td><td background="images/border_top' + randNum + '.gif"><img src="images/pixel.gif" width="750" height="20"></td><td><img src="images/border_up_right' + randNum + '.gif"></td></tr><tr><td background="images/border_left' + randNum + '.gif"><img src="images/pixel.gif" width="20" height="125"></td><td><a href="andy/index.html" onmouseover="img_act(\'txtA' + randNum + '\',\'txt0A' + randNum + 'on\'); window.status=\'Andy`s Page\'; return true" onmouseout="img_act(\'txtA' + randNum + '\',\'txt0A' + randNum + '\'); window.status=\'\'; return true"><img src="images/top_bar_andy' + randNum + '.jpg" name="txtA' + randNum + '" border=0></a><a href="both.html"><img src="' + picName + '" border="0"></a><a href="val/index.html" onmouseover="img_act(\'txtB' + randNum + '\',\'txt0B' + randNum + 'on\'); window.status=\'Val`s page\'; return true" onmouseout="img_act(\'txtB' + randNum + '\',\'txt0B' + randNum + '\'); window.status=\'\'; return true"><img src="images/top_bar_val' + randNum + '.jpg" name="txtB' + randNum + '" border=0></a></td><td background="images/border_right' + randNum + '.gif"><img src="images/pixel.gif" width="20" height="125"></td></tr><tr><td><img src="images/border_dn_left' + randNum + '.gif"></td><td background="images/border_bottom' + randNum + '.gif"><img src="images/pixel.gif" width="750" height="20"></td><td><img src="images/border_dn_right' + randNum + '.gif"></td></tr></table><i><h2>' + picCaption[randNum] + '</h2></i> ');

/* placed after "border="0"> above: */
