var images = {

	//<a href="http://www.dmm.co.jp/live/chat/=/_jloff=1/アフィリエイトID" target="_blank"><img src="http://pics.dmm.com/af/chat1/468_60.jpg" width="468" height="60" alt="ライブチャット" border="0"></a>
        url : [
          ['http://pics.dmm.com/af/a_pcgame028/728_90.jpg', 'http://www.dmm.co.jp/digital/pcgame/-/detail/=/cid=silkys_0012/=/_jloff=1/oudoubouzu-002'],
          ['http://affiliate.dtiserv.com/image/eroanime/1124005_b.gif', 'http://click.dtiserv2.com/Click/2124003-124-34541'],
          ['http://image.sbs-ad.com/sozai/102/1/468_60_an.gif', 'http://www2.sbs-ad.com/track/traffic.php?c=22358-1-102&b=10201243&u=http%3A%2F%2Fwww.xxx-av.com%2Fevent%2F1005_an.html'],
          ['http://pics.dmm.com/af/a_pcgame020/728_90.jpg', 'http://www.dmm.co.jp/digital/pcgame/-/detail/=/cid=elf_0015/=/_jloff=1/oudoubouzu-002']
          ],

        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, // 陦ｨ遉ｺ逕ｻ蜒上?繝昴う繝ｳ繧ｿ

        // 逕ｻ蜒剰｡ｨ遉ｺ
        put : function() {
          document.write('<a href="'+this.url[this.p][1]+'"  target="_blank"><img src="'+this.url[this.p++][0]+'" /></a>') ;
          if (this.p >= this.url.length) this.p = 0 ;
        }
      } ;

      images.shuffle() ;

