var images = {
        // ‰æ‘œ‚ÆƒWƒƒƒ“ƒvæ‚Ì URL ‚ÌƒyƒA
        url : [
          ['/e/common/images/bnr_company01.gif', '/e/G-link/hansha/HL-11256.html','SBIØŒ”'],
          ['/e/common/images/bnr_company02.gif', '/e/G-link/hansha/HL-12057.html','Šy“VØŒ”'],
          ['/e/common/images/bnr_company03.gif', '/e/G-link/hansha/HL-11060.html','ƒJƒuƒhƒbƒgƒRƒ€ØŒ”'],
          ['/e/common/images/bnr_company04.gif', '/e/G-link/hansha/HL-12330.html','ƒ}ƒlƒbƒNƒXØŒ”'],
          ['/e/common/images/bnr_company05.gif', '/e/G-link/hansha/HL-99901.html','SMBC“ú‹»ØŒ”i“ŠMƒX[ƒp[ƒZƒ“ƒ^[j'],
          ['/e/common/images/bnr_company06.gif', '/e/G-link/hansha/HL-00033.html','ƒWƒƒƒpƒ“ƒlƒbƒg‹âs'],
          ['/e/common/images/bnr_company07.gif', '/e/G-link/hansha/HL-00036.html','Šy“V‹âs'],
          ['/e/common/images/bnr_company08.gif', '/e/G-link/hansha/HL-99902.html','‰ªŽOƒIƒ“ƒ‰ƒCƒ“ØŒ”'],
          ['/e/common/images/bnr_company09.gif', '/e/G-link/hansha/HL-99903.html','‘‘“à‹âs'],
          ['/e/common/images/bnr_company10.gif', '/e/G-link/hansha/HL-00290.html','ŽO•H‚t‚e‚iM‘õ‹âs'],
          ['/e/common/images/bnr_company11.gif', '/e/G-link/hansha/HL-99904.html','‚ä‚¤‚¿‚å‹âs']
          ],

        // ‡”Ô‚ÌƒVƒƒƒbƒtƒ‹
        shuffle : function() {
          for (i = this.url.length; i > 0; --i) {
            tmp = this.url[p = Math.floor(Math.random()*i)] ;
            this.url[p] = this.url[i-1] ;
            this.url[i-1] = tmp ;
          }
        },

        p : 0, // •\Ž¦‰æ‘œ‚Ìƒ|ƒCƒ“ƒ^

        // ‰æ‘œ•\Ž¦
        put : function() {
          document.write('<a href="'+this.url[this.p][1]+'" target="_blank"><img src="'+this.url[this.p][0]+'" alt="'+this.url[this.p++][2]+'"/></a>') ;
          if (this.p >= this.url.length) this.p = 0 ;
        }
      } ;

      images.shuffle() ;

