Here is the basic source code. Place between <HEAD> & </HEAD>
<script language="Javascript">

var urls = new Array('','memor1.jpg', 'memor2.jpg', 'memor3.jpg');
 var banners = new Array('','memor1.jpg', 'memor2.jpg', 'memor3.jpg');
 function change(n) {
    document.images['banner'].src = banners[n];
    document.links[0].href = urls[n];
    n++
    if(n > 3) n = 1;
    setTimeout("change(" + n + ")",8000); 
   }

</SCRIPT>
Place an onload in the <BODY> tag:
<body bgcolor="#000000" onLoad="change(1);">
and this, for the Slide Show:
<A HREF="memor1.jpg"><IMG NAME="banner" SRC="memor1.jpg" BORDER="0" height=189 width=250></A>

RAYTRACES HOMEPAGE PHILOSPHY VRML POSTERS

Design and Graphics:  © jcheves, WebWeaver