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