function writePic()
{

var k = Math.round(Math.random()*8+1);

document.write('<img src=i/pic'+k+'.jpg width=525 height=41 alt="">');

}