<!--
function getimage(prefix,max)
    {
  var imageNo = Math.round(Math.random() * max);
  document.write("<img border='0' src='Gallery/thumbs/" + prefix + "_" + imageNo + ".jpg' width='120' height='80'>")
   }

//-->