<!--
ImageCount = 7;
img = Math.floor(Math.random() * ImageCount);
document.write("<IMG SRC='topimg/"+img+".jpg'>");
// -->

