<!-- 
	var img = new Array();
	img[0]="<img src='http://www.dotown.jp/contents/sightseeing/jyouzankei/images/side_01.jpg' alt='桂の御神木' width='200' height='175' style='margin-bottom: 10px;'>"; 
	img[1]="<img src='http://www.dotown.jp/contents/sightseeing/jyouzankei/images/side_02.jpg' alt='二見吊橋' width='200' height='175' style='margin-bottom: 10px;'>"; 
	img[2]="<img src='http://www.dotown.jp/contents/sightseeing/jyouzankei/images/side_03.jpg' alt='湯の滝' width='200' height='175' style='margin-bottom: 10px;'>"; 
	img[3]="<img src='http://www.dotown.jp/contents/sightseeing/jyouzankei/images/side_04.jpg' alt='定山渓神社' width='200' height='175' style='margin-bottom: 10px;'>"; 
	img[4]="<img src='http://www.dotown.jp/contents/sightseeing/jyouzankei/images/side_05.jpg' alt='豊平川' width='200' height='175' style='margin-bottom: 10px;'>"; 
	img[5]="<img src='http://www.dotown.jp/contents/sightseeing/jyouzankei/images/side_06.jpg' alt='白糸の滝' width='200' height='175' style='margin-bottom: 10px;'>"; 
	img[6]="<img src='http://www.dotown.jp/contents/sightseeing/jyouzankei/images/side_07.jpg' alt='定山渓温泉' width='200' height='175' style='margin-bottom: 10px;'>"; 
	img[7]="<img src='http://www.dotown.jp/contents/sightseeing/jyouzankei/images/side_08.jpg' alt='定山渓温泉街' width='200' height='175' style='margin-bottom: 10px;'>"; 
	img[8]="<img src='http://www.dotown.jp/contents/sightseeing/jyouzankei/images/side_09.jpg' alt='温泉たまご' width='200' height='175' style='margin-bottom: 10px;'>"; 
	img[9]="<img src='http://www.dotown.jp/contents/sightseeing/jyouzankei/images/side_10.jpg' alt='湯の華まんじゅう' width='200' height='175' style='margin-bottom: 10px;'>"; 
	img[10]="<img src='http://www.dotown.jp/contents/sightseeing/jyouzankei/images/side_11.jpg' alt='湯の里まんじゅう' width='200' height='175' style='margin-bottom: 10px;'>"; 
	img[11]="<img src='http://www.dotown.jp/contents/sightseeing/jyouzankei/images/side_12.jpg' alt='舞鶴の瀞' width='200' height='175' style='margin-bottom: 10px;'>"; 
	img[12]="<img src='http://www.dotown.jp/contents/sightseeing/jyouzankei/images/side_13.jpg' alt='エゾヤマザクラ' width='200' height='175' style='margin-bottom: 10px;'>"; 
	img[13]="<img src='http://www.dotown.jp/contents/sightseeing/jyouzankei/images/side_14.jpg' alt='湯の滝' width='200' height='175' style='margin-bottom: 10px;'>"; 
	img[14]="<img src='http://www.dotown.jp/contents/sightseeing/jyouzankei/images/side_15.jpg' alt='二見公園吊橋' width='200' height='175' style='margin-bottom: 10px;'>"; 
	var imgNo = Math.floor(15*Math.random());
	document.write(img[imgNo]); 
//-->
