function random_banner() {
banner = new Array();
banner[0]="../img/photo/yuzawa-haru-1.jpg";
banner[1]="../img/photo/yuzawa-natu1.jpg";
banner[2]="../img/photo/yuzawa-aki.jpg";
banner[3]="../img/photo/yuzawa-huyu.jpg";
banner[4]="../img/photo/yuzawa-maturi.jpg";
banner[5]="../img/photo/yuzawa-mi.jpg";
banner[6]="../img/photo/yuzawa-syoku.jpg";
banner[7]="../img/photo/yuzawa-waza.jpg";
banner[8]="../img/photo/yuzawa-yu.jpg";
banner[9]="../img/photo/yuzawa-mise.gif";
banner[10]="../img/photo/yuzawa-taiken.gif";
banner[11]="../img/photo/yuzawa-hitou.gif";
banner[12]="../img/photo/yuzawa-ibento-1.jpg";
banner[13]="../img/photo/yuzawa-tanosimu-1.jpg";
message = new Array();
message[0]="鮮やかなピンク色に染まる雄物川の桜堤防　";
message[1]="湯沢市皆瀬地区--新緑に囲まれた皆瀬ダム";
message[2]="木々の紅葉が映える川原毛地獄";
message[3]="雪像造りの技が光る湯沢犬っこまつり";
message[4]="男たちの熱気がぶつかり合う初丑祭り";
message[5]="岩肌から高温の蒸気が吹き出す全国でも珍しい渓谷、小安峡";
message[6]="湯沢市を代表する甘みたっぷりの果実";
message[7]="代々受け継がれている匠の技がきらりと光る";
message[8]="大自然の山々に囲まれた湯量豊富な秘湯";
message[9]="隠れた魅力いっぱいの湯沢市商店街";
message[10]="本物の味　そば粉100％皆瀬産の手打ちそばと皆瀬牛　かえで庵";
message[11]="風情の山里に湯けむりが上がり、白濁色のお湯と手つかずの大自然に囲まれた泥湯温泉　奥山旅館";
message[12]="初の『食』イベントに試みた『全国まるごとうどんエキスポin秋田・湯沢』";
message[13]="魅力いっぱいの湯沢！自然と一体となって湯沢をまるごと楽しもう！";
link = new Array();
link[0] = "http://www.yuzawamarugoto.com/sakura-2011/index.html";
link[1] = "http://www.yuzawamarugoto.com/kokoroatatamaruyado-oyasukyouonsen/index.html";
link[2] = "http://www.yuzawamarugoto.com/kawaragejigoku/index.html";
link[3] = "http://www.yuzawamarugoto.com/inukkomatsuri2011/index.html";
link[4] = "http://www.yuzawamarugoto.com/hatsuushi-matsuri/index.html";
link[5] = "http://www.yuzawamarugoto.com/oyasukyouonsen/index.html";
link[6] = "http://www.yuzawamarugoto.com/sakuranbo-2010/index.html";
link[7] = "http://www.yuzawamarugoto.com/kawatsurasikki-dentoukougeikan/index.html";
link[8] = "http://www.yuzawamarugoto.com/kokoroatatamaruyado-akinomiyaonsenkyou/index.html";
link[9] = "http://www.yuzawamarugoto.com/yuzawa-shop.html";
link[10] = "http://www.yuzawamarugoto.com/kaedean/index.html";
link[11] = "http://www.yuzawamarugoto.com/okuyamaryokan-doroyu/index.html";
link[12] = "http://www.yuzawamarugoto.com/yuzawa-event.html";
link[13] = "http://www.yuzawamarugoto.com/yuzawa-midokoro.html";
rand = Math.floor(Math.random()*banner.length);
document.write("<p><a target='_blank' href="+link[rand]+"><img alt="+message[rand]+" src="+banner[rand]+" style='border-style:none'></a></p>");
}
