// JavaScript Document

function randomAdv5() {
  m = 0, x = 0, y = 0;
  ad  = new Array();
  adv = new Array();
  hit = new Array();
//  hit[0] = 1; adv[0] = '<a href="http://click.linksynergy.com/fs-bin/click?id=Ne*sL4Dhhuk&offerid=147024.10000058&type=4&subid=0" target="_blank"><IMG alt="ライスフォース" border="0" src="http://pic.image-net.info/rf/riceforce/pc/prod/campaign/affiliate/stc_images/160_60.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=Ne*sL4Dhhuk&bids=147024.10000058&type=4&subid=0">';
//  hit[1] = 1; adv[1] = '<a href="http://click.linksynergy.com/fs-bin/click?id=Ne*sL4Dhhuk&offerid=149433.10000003&type=4&subid=0" target="_blank"><IMG alt="東急ハンズのネット通販「ハンズネット」" border="0" src="http://www.hands-net.jp/shop/banner/100_100banner.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=Ne*sL4Dhhuk&bids=149433.10000003&type=4&subid=0">';
//  hit[2] = 1; adv[2] = '<a href="http://click.linksynergy.com/fs-bin/click?id=Ne*sL4Dhhuk&offerid=147024.10000058&type=4&subid=0" target="_blank"><IMG alt="ライスフォース" border="0" src="http://pic.image-net.info/rf/riceforce/pc/prod/campaign/affiliate/stc_images/160_60.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=Ne*sL4Dhhuk&bids=147024.10000058&type=4&subid=0">';
//  hit[3] = 1; adv[3] = '<a href="http://www.kyunavi.com/koukoku/ad_info.html"><IMG alt="広告募集中！" border="0" src="http://www.kyunavi.com/nimg/koukoku_left.jpg" width="150" height="100"></a>';

  hit[0] = 1; adv[0] = '<a href="http://www.fileguardmail.com/"><IMG alt="ファイルガードメール" border="0" src="http://www.kyunavi.com/nimg/fileguard.gif" width="150" height="100" target="_blank"></a>';


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);
}