
/*_______________________________________________________

	Randam Image JavaScpipt [共通ライブラリ]
	written by Toyohiro Sugita
	ST CREATIVE INC.
	info@st-creative.jp
	Last updated on 2007.09.12
	 
________________________________________________________*/

var imgMax  = 3; //セットする画像の枚数
var imgRand = Math.floor(Math.random() * imgMax);

if(imgRand == 0)       document.write('<img src="/shared/image/piano_image01.jpg" width="780" height="150" alt="奈良 橿原市にあるイタリアンレストラン「PIZZERIA piano（ピッツェリア ピアノ）」">');
else if(imgRand == 1)  document.write('<img src="/shared/image/piano_image02.jpg" width="780" height="150" alt="奈良 橿原市にあるイタリアンレストラン「PIZZERIA piano（ピッツェリア ピアノ）」">');
else if(imgRand == 2)  document.write('<img src="/shared/image/piano_image03.jpg" width="780" height="150" alt="奈良 橿原市にあるイタリアンレストラン「PIZZERIA piano（ピッツェリア ピアノ）」">');
