<!--
      //store the quotations in arrays
      images = new Array(29);
      images[0] = "<img src='products/photos/01.jpg' alt='yellow bottle'>";
      images[1] = "<img src='products/photos/02.jpg' alt='coke bottle'>";
      images[2] = "<img src='fineart/photos/01.jpg' alt='grid'>";
      images[3] = "<img src='fineart/photos/02.jpg' alt='Cacti'>";
      images[4] = "<img src='fineart/photos/03.jpg' alt='oats'>";
      images[5] = "<img src='fineart/photos/04.jpg' alt='fern'>";
      images[6] = "<img src='life/photos/05.jpg' alt='Painters'>";
      images[7] = "<img src='landscapes/photos/01.jpg' alt='english forest'>";
      images[8] = "<img src='landscapes/photos/02.jpg' alt='LA Sky'>";
      images[9] = "<img src='landscapes/photos/03.jpg' alt='fire hydrant'>";
      images[10] = "<img src='landscapes/photos/04.jpg' alt='The Valley'>";
      images[11] = "<img src='landscapes/photos/05.jpg' alt='Seaside'>";
      images[12] = "<img src='landscapes/photos/06.jpg' alt='creek'>";
      images[13] = "<img src='landscapes/photos/07.jpg' alt='farm'>";
      images[14] = "<img src='landscapes/photos/08.jpg' alt='oil rigs'>";
      images[15] = "<img src='landscapes/photos/09.jpg' alt='path'>";
      images[16] = "<img src='portraits/photos/02.jpg' alt='Office Guy'>";
      images[17] = "<img src='portraits/photos/x01.jpg' alt='Irene 1'>";
      images[18] = "<img src='portraits/photos/x03.jpg' alt='Irene 2'>";
      images[19] = "<img src='portraits/photos/x04.jpg' alt='Irene 3'>";
      images[20] = "<img src='portraits/photos/x05.jpg' alt='Paul 1'>";
      images[21] = "<img src='portraits/photos/x06.jpg' alt='Paul 2'>";
      images[22] = "<img src='life/photos/03.jpg' alt='Boy up tree'>";
      images[23] = "<img src='portraits/photos/x08.jpg' alt='Soup Junky 2'>";
      images[24] = "<img src='portraits/photos/x09.jpg' alt='Hallie 1'>";
      images[25] = "<img src='portraits/photos/x10.jpg' alt='Hallie 2'>";
      images[26] = "<img src='portraits/photos/x11.jpg' alt='Alex 1'>";
      images[27] = "<img src='life/photos/04.jpg' alt='Chick on Bike'>";
      images[28] = "<img src='life/photos/02.jpg' alt='Construction Worker'>";
  
	  index = Math.floor(Math.random() * images.length);
      //document.write("<DL>");
      document.write("<DT>" + "" + images[index] + "\n");
      //document.write("</DL>");
      //done
// -->