  Pics = new Array(4);  /* cislo musi odpovidat mnozstvi nize */
  Pics[0] = '<IMG SRC="images/morcata/morce3.jpg" Border=0></A>';
  Pics[1] = '<IMG SRC="images/morcata/morce4.jpg" Border=0></A>';
  Pics[2] = '<IMG SRC="images/morcata/morce5.jpg" Border=0></A>'; 
  Pics[3] = '<IMG SRC="images/morcata/morce6.jpg" Border=0></A>'; 


  document.write("<CENTER>");
  document.write(Pics[Math.floor(Math.random() * Pics.length)]);
  document.write("<BR><SMALL></SMALL><BR>");  /* mezi mall mohu vlozit text a zobrazi se pod obrazkem */
  document.write("</CENTER>");
