function obraz(){

n=5;
a=Math.round(Math.random()*n)

document.write("<img src=mini/a"+a+".jpg width=268 height=400 style='border:1px solid;border-color:#728c72;'>");
}