function obraz(){

n=9;
a=Math.round(Math.random()*n)

document.write("<a href='http://www.robstudio.pl/plener/' target='_blank'><img src=foto/a"+a+".JPG height=300 style='border:1px solid;border-color:#2c93ce;'></a>");
}
