// JavaScript Document
var whichPic = Math.floor(Math.random()*16) +1;

document.write("<img src='images/store" + whichPic + ".jpg' height='145' style='padding-left:18px' />");