function rnd(ort,n)
{
{a=Math.random();
a*=n;
a=Math.ceil(a);};
document.write("<img src='photos/"+ort+"_rnd"+a+".jpg'>")
};


