function xnews2p3Adv() {
  m = 0, x = 0, y = 0;
  ad  = new Array();
  adv = new Array();
  hit = new Array();

  hit[0] = 1; adv[0] = '<div class="suisyo"> 激エロ速報カレンダー帳</div><IFRAME SRC="http://www.mmaaxx.com/index.html?affid=27283" width=800 height=1300 frameborder="no" scrolling="no"></IFRAME><br>';
  hit[1] = 1; adv[1] = '<div class="suisyo">必読！素人ハダカ新聞</div><IFRAME SRC="http://www.ppc-direct.com/index.html?affid=27283" width="840" height="1550" framebrder="no" scrolling="no"></IFRAME>';
  hit[2] = 2; adv[2] = '<div class="suisyo"> 元気が出る無修正.ＴＶ</div><IFRAME SRC="http://www.ppc-direct.com/index12.html?affid=27283" width="724" height="1750" frameborder="no" scrolling="no"></IFRAME> ';
  hit[3] = 0; adv[3] = '<div class="suisyo">アキバ本舗がリニューアル割引セール！舞妓さんのオマンコがっ！</div><IFRAME SRC="http://www.sexpixbox.com/xnews/page/akiba.html " width="800" height="1260" frameborder="no" scrolling="no"></IFRAME> ';
  hit[4] = 0; adv[4] = '<div class="suisyo">覗くもよし！話すもよし！無料体験実施中!</div><IFRAME SRC="http://www.sexpixbox.com/xnews/free_point/index01.html" width="780" height="2030" frameborder="no" scrolling="no"></IFRAME> ';

  for(i=0; i<=hit.length - 1; i++) {
    m += hit[i];
  }
  n = Math.floor(Math.random() * m);
  n++;
  for(i=0; i<=hit.length - 1; i++) {
    x = y;
    y += hit[i];
    if(x<n && n<=y) ad = adv[i];
  }
  document.write(ad);
}
