var imgMax  = 3; //セットする画像の枚数。
var imgRand = Math.floor(Math.random() * imgMax);

if(imgRand == 0)			document.write('<img src="img/top_p0011.jpg" width=700 height=200>');
	else if(imgRand == 1)		document.write('<img src="img/top_p0012.jpg" width=700 height=200>');
		else if(imgRand == 2)	document.write('<img src="img/top_p0013.jpg" width=700 height=200>');

