﻿var n = 8; // images/topphoto/内の画像の枚数
document.write('<img src="images/topphoto/'+Math.floor((Math.random()*n)+1)+'.jpg" alt="弟子屈町の風景" width="670" height="220" />');
