<!--
url = "http://funanori.net/img2/";
num = 4;

n = Math.floor(Math.random()*num) + 1;
document.write("<img src='"+url+n+".jpg' border='0' />");
// -->