Thunder Lizard JavaScript Conference |
function setImg() { thisSlide = Math.floor(Math.random() * 34) document.slider.src = "WBO/images/stock" + thisSlide + ".jpg" }
<body bgcolor=white onLoad="setImg()"> . . . <img src="images/spacer.gif" width=438 height=95 name="slider">