zakres=3 // zakres od 0 do 3
nr=Math.round(Math.random()*zakres);
document.write('<img src="img/zdjecie'+nr+'.jpg">');
