<!-- 
	//バナー画像
	var img01 = new Array();
	img01[0]="<a href='http://www.dotown.jp/area/05/0100/index.html'><img src='http://www.dotown.jp/images/photo/09.jpg' alt='函館市/五稜郭タワー' width='200' height='210' style='margin-bottom: 10px;'></a>"; 
	img01[1]="<a href='http://www.dotown.jp/area/05/0100/index.html'><img src='http://www.dotown.jp/images/photo/11.jpg' alt='函館市/函館競馬場' width='200' height='210' style='margin-bottom: 10px;'></a>"; 
	img01[2]="<a href='http://www.dotown.jp/area/12/0100/index.html'><img src='http://www.dotown.jp/images/photo/12.jpg' alt='小樽市/小樽運河' width='200' height='210' style='margin-bottom: 10px;'></a>"; 
	img01[3]="<a href='http://www.dotown.jp/area/06/0602/index.html'><img src='http://www.dotown.jp/images/photo/13.jpg' alt='中富良野町/ファーム富田' width='200' height='210' style='margin-bottom: 10px;'></a>"; 
	img01[4]="<a href='http://www.dotown.jp/area/06/0300/index.html'><img src='http://www.dotown.jp/images/photo/14.jpg' alt='富良野市/五郎の石の家' 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/15.jpg' alt='函館市/トラピスチヌ修道院' width='200' height='210' style='margin-bottom: 10px;'></a>"; 
	img01[6]="<a href='http://www.dotown.jp/contents/event/index.html'><img src='http://www.dotown.jp/images/event/01.jpg' alt='函館市/はこだてクリスマスファンタジー' width='200' height='210' style='margin-bottom: 10px;'></a>"; 
	
	
	//画像枚数集計
	var imgNo = Math.floor(Math.random() * img.length);
	
	//吐き出し
	document.write(img01[imgNo]);
	
//-->