		<!-- Activate Cloaking Device
		//  Get random file name from randomizeNumber(). 
		randomizeNumber();
		// Open document for writing.
 		document.open();
		// This is the line that displays the appropriate image file as established by the variable image.
		document.write("<IMG SRC=../images/"+image+" width=300 height=206 BORDER=0>");
		// Close document.
		//document.close();
		// Deactivate Cloaking -->