
//----------------------------------------------------------------------------
// imgRand
//----------------------------------------------------------------------------
<!--
var imgMax  = 3; //
var imgRand = Math.floor(Math.random() * imgMax);
if(imgRand == 0)       document.write('<img src="top/pic/01.jpg" width="350" height="233">')
else if(imgRand == 1)  document.write('<img src="top/pic/14.jpg" width="350" height="233">');
else if(imgRand == 2)  document.write('<img src="top/pic/movie.jpg" width="350" height="233">');
//-->