var seed = 5;
rndn = Math.floor( Math.random() * seed);
document.write("<img src=http://dotpa.net/images/rndpic/" + rndn + ".gif>");
