// JavaScript Document

	var imgMax  = 3; //セットする画像の枚数。
	var imgRand = Math.floor(Math.random() * imgMax);

		if(imgRand == 0)       document.write('<a href="http://jikoudo.com/reform.html"><img src="images/MainImg00_01.jpg" width=696 height=356 alt="宝石リフォーム" /></a>');
		else if(imgRand == 1)  document.write('<a href="http://jikoudo.com/glasses.html"><img src="images/MainImg00_02.jpg" width=696 height=356 alt="メガネ" /></a>');
		else if(imgRand == 2)  document.write('<a href="http://jikoudo.com/repair.html"><img src="images/MainImg00_03.jpg" width=696 height=356 alt="時計修理" /></a>');
