  function RandomNumber() 
{
  var today = new Date();
  var num= today.getTime()/1000;
num=num-Math.floor(num);
  return num;
}
function RandomGraphics() 
{
  var x = RandomNumber();
   if (x > .91) {document.write("<A HREF=/photos/index.html><img src=/photos/1946a200.jpg align=center WIDTH=200 border=0 alt=photo_1946_click_for_album></a>"); return; }
   if (x > .84) {document.write("<A HREF=/photos/index.html><img src=/photos/1946b200.jpg align=center WIDTH=200 border=0 alt=photo_1946_click_for_album></a>"); return; }
   if (x > .77) {document.write("<A HREF=/photos/index.html><img src=/photos/1953-200.jpg align=center WIDTH=200 border=0 alt=photo_1953_click_for_album></a>"); return; }
   if (x > .70) {document.write("<A HREF=/photos/index.html><img src=/photos/1960-200.jpg align=center WIDTH=200 border=0 alt=photo_1962_click_for_album></a>"); return; }
   if (x > .63) {document.write("<A HREF=/photos/index.html><img src=/photos/1961-200.jpg align=center WIDTH=200 border=0 alt=photo_1961_click_for_album></a>"); return; }
   if (x > .56) {document.write("<A HREF=/photos/index.html><img src=/photos/1962-200.jpg align=center WIDTH=200 border=0 alt=photo_1962_click_for_album></a>"); return; }
   if (x > .49) {document.write("<A HREF=/photos/index.html><img src=/photos/1970-200.jpg align=center WIDTH=200 border=0 alt=photo_1970s_click_for_album></a>"); return; }
   if (x > .42) {document.write("<A HREF=/photos/index.html><img src=/photos/1980-200.jpg align=center WIDTH=200 border=0 alt=photo_1988_click_for_album></a>"); return; }
   if (x > .36) {document.write("<A HREF=/photos/index.html><img src=/photos/1985-200.jpg align=center WIDTH=200 border=0 alt=photo_1985_click_for_album></a>"); return; }
   if (x > .30) {document.write("<A HREF=/photos/index.html><img src=/photos/1988a-200.jpg align=center WIDTH=200 border=0 alt=photo_1988_click_for_album></a>"); return; }
   if (x > .24) {document.write("<A HREF=/photos/index.html><img src=/photos/1988b-200.jpg align=center WIDTH=200 border=0 alt=photo_1988_click_for_album></a>"); return; }
   if (x > .18) {document.write("<A HREF=/photos/index.html><img src=/photos/chris-symons200.jpg align=center WIDTH=200 border=0 alt=photo_1988_click_for_album></a>"); return; }
   if (x > .12) {document.write("<A HREF=/photos/index.html><img src=/photos/1999-200.jpg align=center WIDTH=200 border=0 alt=photo_1999_click_for_album></a>"); return; }
   if (x > .06) {document.write("<A HREF=/photos/index.html><img src=/photos/edith-edwards-200.jpg align=center WIDTH=200 border=0 alt=photo_1950s_click_for_album></a>"); return; }
   if (x > .0) {document.write("<A HREF=/photos/index.html><img src=/photos/rosalie-inskipp-200.jpg align=center WIDTH=200 border=0 alt=photo_1950s_click_for_album></a>"); return; }
}
RandomGraphics(); 