<!-- pick featured Photo by date (0) in call getFeaturedPhoto(...,0)-->
ph = new Photo();
ph.setRandomIndex();
document.write("<A HREF=" + "'" + ph.getFeaturedPhoto('photo',0)+ "'" + "ALT='" + ph.getFeaturedPhoto('alttext',0) + "'>");
document.write("<IMG SRC=" + "'" + ph.getFeaturedPhoto('smallphoto',0) + "'" + "ALT='" + ph.getFeaturedPhoto('alttext',0) + "'>"); //TR20031010
document.write("</A>");
document.write("<BR>");
document.write("<FONT SIZE=-1>");
document.write(ph.getFeaturedPhoto('text',0));
if (ph.getFeaturedPhoto('link',0) != "")
{
  document.write("<A HREF=" + "'" + ph.getFeaturedPhoto('link',0) + "'>");
  document.write(" ... more ... ");
  document.write("</A>");
}
