
var randnum = Math.ceil(Math.random()*5)
document.write("<IMG SRC='images/main/plm" + randnum + ".jpg' BORDER=0>")
