vNum = Math.random();
vNum = Math.round(vNum*7);
vNum="<img src = \"images/pic_boximg" + vNum + ".gif\">"
document.write(vNum);