
var ImageCount;
ImageCount = 5;
img = Math.floor(Math.random() * ImageCount);
document.write("<IMG SRC='../random/"+img+".jpg'>");
