image = new Array(6);
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="alkosensoriv.html"><IMG SRC="../pix/testery/as_iv_m.gif" WIDTH="67" HEIGHT="83" BORDER="0" ALT="Alkosensor IV"></A>';
image[2] = '<a HREF="blowin.html"><IMG SRC="../pix/testery/blowin_m.jpg" WIDTH="58" HEIGHT="90" BORDER="0" ALT="Blowin"></A>';
image[3] = '<a HREF="lion.html"><IMG SRC="../pix/testery/lion_m.gif" WIDTH="80" HEIGHT="88" BORDER="0" ALT="Lion"></A>';
image[4] = '<a HREF="s-tech3500.html"><IMG SRC="../pix/testery/s-tech_m.jpg" WIDTH="58" HEIGHT="90" BORDER="0" ALT="S-Tech"></A>';
image[5] = '<a HREF="201.html"><IMG SRC="../pix/testery/201_m.jpg" WIDTH="42" HEIGHT="90" BORDER="0" ALT="201"></A>';


index = Math.floor(Math.random() * image.length);

document.write( image[index] ); 
