image = new Array(5);
image[0] = '<a HREF="alkometra20.html"><IMG SRC="../pix/testery/alka2.gif" WIDTH="70" HEIGHT="100" BORDER="0" ALT="Alkometr A2.0"></A>';
image[1] = '<a HREF="blowin.html"><IMG SRC="../pix/testery/blowin_m.jpg" WIDTH="58" HEIGHT="90" BORDER="0" ALT="Blowin"></A>';
image[2] = '<a HREF="lion.html"><IMG SRC="../pix/testery/lion_m.gif" WIDTH="80" HEIGHT="90" BORDER="0" ALT="Lion"></A>';
image[3] = '<a HREF="201.html"><IMG SRC="../pix/testery/201_m.jpg" WIDTH="42" HEIGHT="90" BORDER="0" ALT="201"></A>';
image[4] = '<a HREF="alcoplus.html"><IMG SRC="../pix/testery/alcoplus_m.jpg" WIDTH="54" HEIGHT="88" BORDER="0" ALT="Alco+"></A>';


index = Math.floor(Math.random() * image.length);

document.write( image[index] );
