var kol=7;
var img=Math.round(Math.random()*kol);
if(img<1||img>kol)img=1;
img=(img<10?"0":"")+img.toString();
document.write("<img src='images/small/"+img+".jpg' height=166 border=0 width=541 alt='' title=''>");