function rnd(fest,n)
{
{a=Math.random();
a*=n;
a=Math.ceil(a);};
document.write("<img src='"+fest+a+".JPG'>")
};


