	// Looking to steal this code? It's easier if you

	// steal it from http://www.voicenet.com/~leel/

	

	// upload images into /images/sub/ folder

	// note that the last image does not end with a comma but a close parenthesis and a semi-colon );

	  iArray=new Array(

	    "sub_image1.jpg",

	    "sub_image2.jpg",

	    "sub_image3.jpg",

	    "sub_image4.jpg",

	    "sub_image5.jpg",

	    "sub_image6.jpg",

	    "sub_image7.jpg",

	    "sub_image8.jpg");

	  ri=Math.floor(iArray.length*Math.random());

	  ri='<IMG SRC="./images/sub/'+ iArray[ri]+ '" HEIGHT=193 WIDTH=580 VSPACE=0 HSPACE=0 ALIGN=TOP BORDER=0>';

