<!--<!-- This script and many more are available free online at --><!-- The JavaScript Source!! http://javascript.internet.com --><!-- Begin// Set up the image files to be used.var theimages = new Array() // do not change this// To add more image files, continue with the// pattern below, adding to the array.theimages[0] = 'images/randomgallery/0001.jpg'theimages[1] = 'images/randomgallery/0002.jpg'theimages[2] = 'images/randomgallery/0003.jpg'theimages[3] = 'images/randomgallery/0004.jpg'theimages[4] = 'images/randomgallery/0005.jpg'theimages[5] = 'images/randomgallery/0006.jpg'theimages[6] = 'images/randomgallery/0007.jpg'// do not edit anything below this linevar j = 0var p = theimages.length;var preBuffer = new Array()for (i = 0; i < p; i++){   preBuffer[i] = new Image()   preBuffer[i].src = theimages[i]}var whichImage = Math.round(Math.random()*(p-1));function showImage(){document.write('<img src="'+theimages[whichImage]+'">');}//  End -->function MM_preloadimages() { //v3.0  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();    var i,j=d.MM_p.length,a=MM_preloadimages.arguments; for(i=0; i<a.length; i++)    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}//-->