/* 変数作成 */var randompic=new Array();/* 画像の設定 */randompic[0]='<a href="http://www.specialsite2.city.niigata.jp/chuoku/index.html"><img src="http://www.specialsite2.city.niigata.jp/chuoku/top/random/main_img00.jpg" alt="都会と自然がとけあう街新潟市中央区" width="670" height="250" /></a>';randompic[1]='<a href="http://www.specialsite2.city.niigata.jp/chuoku/con2guide/index.html"><img src="http://www.specialsite2.city.niigata.jp/chuoku/top/random/main_img01.jpg" alt="都会と自然がとけあう街新潟市中央区" width="670" height="250" /></a>';randompic[2]='<a href="http://www.specialsite2.city.niigata.jp/chuoku/con1chuoku/index.html"><img src="http://www.specialsite2.city.niigata.jp/chuoku/top/random/main_img02.jpg" alt="都会と自然がとけあう街新潟市中央区" width="670" height="250" /></a>';randompic[3]='<a href="http://www.specialsite2.city.niigata.jp/chuoku/con3endeco/index.html"><img src="http://www.specialsite2.city.niigata.jp/chuoku/top/random/main_img03.jpg" alt="都会と自然がとけあう街新潟市中央区" width="670" height="250" /></a>';/* ランダム選択 */var randnum=Math.floor(Math.random()*randompic.length);/* 画像の出力 */document.write(randompic[randnum]);