<!-- 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("<a href=search.html><IMG SRC="+image+" BORDER=1 height=350 width=300></a>");
   // Close document.
   //document.close();
// Deactivate Cloaking -->

