<!-- 
	var img = new Array();
	img[0]="<img src='http://www.dotown.jp/contents/sightseeing/wakkanai/images/side_01.jpg' alt='コンブ漁' width='200' height='300'>"; 
	img[1]="<img src='http://www.dotown.jp/contents/sightseeing/wakkanai/images/side_02.jpg' alt='イカの水揚げ' width='200' height='300'>"; 
	img[2]="<img src='http://www.dotown.jp/contents/sightseeing/wakkanai/images/side_03.jpg' alt='セリ風景' width='200' height='300'>"; 
	img[3]="<img src='http://www.dotown.jp/contents/sightseeing/wakkanai/images/side_04.jpg' alt='ハマナス（赤）' width='200' height='300'>"; 
	img[4]="<img src='http://www.dotown.jp/contents/sightseeing/wakkanai/images/side_05.jpg' alt='ハマナス（白）' width='200' height='300'>"; 
	img[5]="<img src='http://www.dotown.jp/contents/sightseeing/wakkanai/images/side_06.jpg' alt='ネムロコウホネ' width='200' height='300'>"; 
	img[6]="<img src='http://www.dotown.jp/contents/sightseeing/wakkanai/images/side_07.jpg' alt='エゾカンゾウ' width='200' height='300'>"; 
	img[7]="<img src='http://www.dotown.jp/contents/sightseeing/wakkanai/images/side_08.jpg' alt='エゾスカシユリ' width='200' height='300'>"; 
	img[8]="<img src='http://www.dotown.jp/contents/sightseeing/wakkanai/images/side_09.jpg' alt='コウリンタンポポ' width='200' height='300'>"; 
	img[9]="<img src='http://www.dotown.jp/contents/sightseeing/wakkanai/images/side_10.jpg' alt='ヒオウギアヤメ' width='200' height='300'>"; 
	img[10]="<img src='http://www.dotown.jp/contents/sightseeing/wakkanai/images/side_11.jpg' alt='コケモモ' width='200' height='300'>"; 
	img[11]="<img src='http://www.dotown.jp/contents/sightseeing/wakkanai/images/side_12.jpg' alt='アルメリア' width='200' height='300'>"; 
	img[12]="<img src='http://www.dotown.jp/contents/sightseeing/wakkanai/images/side_13.jpg' alt='キジムシロ' width='200' height='300'>"; 
	img[13]="<img src='http://www.dotown.jp/contents/sightseeing/wakkanai/images/side_14.jpg' alt='チシマフウロ' width='200' height='300'>"; 
	img[14]="<img src='http://www.dotown.jp/contents/sightseeing/wakkanai/images/side_15.jpg' alt='ネジバナ' width='200' height='300'>"; 
	img[15]="<img src='http://www.dotown.jp/contents/sightseeing/wakkanai/images/side_16.jpg' alt='スズラン' width='200' height='300'>"; 
	img[16]="<img src='http://www.dotown.jp/contents/sightseeing/wakkanai/images/side_17.jpg' alt='フランスギク' width='200' height='300'>"; 
	img[17]="<img src='http://www.dotown.jp/contents/sightseeing/wakkanai/images/side_18.jpg' alt='ノビタキ' width='200' height='300'>"; 
	img[18]="<img src='http://www.dotown.jp/contents/sightseeing/wakkanai/images/side_19.jpg' alt='キマユツメナガセキレイ' width='200'>"; 
	img[19]="<img src='http://www.dotown.jp/contents/sightseeing/wakkanai/images/side_20.jpg' alt='キタキツネ' width='200' height='300'>"; 
	var imgNo = Math.floor(20*Math.random());
	document.write(img[imgNo]); 
//-->