<!-- 
	//バナー画像
	var img01 = new Array();
	img01[0]="<a href='http://www.dotown.jp/area/01/0101/index.html'><img src='http://www.dotown.jp/images/photo/01.jpg' alt='札幌市中央区/札幌時計台' width='200' height='210' style='margin-bottom: 10px;'></a>"; 
	img01[1]="<a href='http://www.dotown.jp/area/01/0101/index.html'><img src='http://www.dotown.jp/images/photo/02.jpg' alt='札幌市中央区/旧北海道庁' width='200' height='210' style='margin-bottom: 10px;'></a>"; 
	img01[2]="<a href='http://www.dotown.jp/area/07/0300/index.html'><img src='http://www.dotown.jp/images/photo/03.jpg' alt='登別市/地獄谷' width='200' height='210' style='margin-bottom: 10px;'></a>"; 
	img01[3]="<a href='http://www.dotown.jp/area/07/0802/index.html'><img src='http://www.dotown.jp/images/photo/04.jpg' alt='洞爺湖町/洞爺湖' width='200' height='210' style='margin-bottom: 10px;'></a>"; 
	img01[4]="<a href='http://www.dotown.jp/area/01/0101/index.html'><img src='http://www.dotown.jp/images/photo/05.jpg' alt='札幌市中央区/JRタワー' width='200' height='210' style='margin-bottom: 10px;'></a>"; 
	img01[5]="<a href='http://www.dotown.jp/area/05/0100/index.html'><img src='http://www.dotown.jp/images/photo/06.jpg' alt='函館市/函館山' width='200' height='210' style='margin-bottom: 10px;'></a>"; 
	img01[6]="<a href='http://www.dotown.jp/area/03/0200/index.html'><img src='http://www.dotown.jp/images/photo/07.jpg' alt='網走市/流氷観光砕氷船 おーろら' width='200' height='210' style='margin-bottom: 10px;'></a>"; 
	img01[7]="<a href='http://www.dotown.jp/area/03/0200/index.html'><img src='http://www.dotown.jp/images/photo/08.jpg' alt='網走市/博物館 網走監獄' width='200' height='210' style='margin-bottom: 10px;'></a>"; 
	
	//画像枚数集計
	var imgNo = Math.floor(Math.random() * img.length);
	
	//吐き出し
	document.write(img01[imgNo]);
	
//-->