var IMAGES = new Array(// Only copy the top line and copy it to the top of the list  new Array('http://www.nuai.org', 'http://www.exvotodesign.com/images/nuai.gif'),  new Array('http://www.exvotodesign.com/extant.php', 'http://www.exvotodesign.com/images/extant.gif'),  new Array('http://www.apacheskateboards.com', 'http://www.exvotodesign.com/images/apacheSkate.gif')  );var randNum          = Math.floor(Math.random()*IMAGES.length);document.write( '<A HREF="'+IMAGES[randNum][0]+'"><IMG SRC="'+IMAGES[randNum][1]+'"></A>' ); 