// ランダム広告
function randomAdv() {
  m = 0, x = 0, y = 0;
  ad  = new Array();
  adv = new Array();
  hit = new Array();

  // hitには相対確率を入れる
  // 完全にランダムにするなら全部"1"にする
  // advには、広告のタグを入れる。改行はしないようにする
  // 広告を増やしたりする場合は、"[ ]"の数字が0から順になるようにする


  hit[0] = 1; adv[0] = '<A class="info" href="http://www.chiryohi.com/cnt/cnt_minowa.html" target="_BLANK">三ノ輪歯科【東京】</A>　患者さんの期待する「白」と結果として現れる「白」とが必ずしも一致するとは限りませんので余り高い治療費は頂いておりません。';


  hit[1] = 1; adv[1] = '<A class="info" href="http://www.chiryohi.com/cnt/cnt_matsumoto.html" target="_BLANK">まつもと歯科医院【大阪】</A>　インフォームドコンセントと無痛治療を重要視し、患者様の人生のプラスを目指してます。';


  hit[2] = 1; adv[2] = '<A class="info" href="http://www.chiryohi.com/cnt/cnt_natural.html" target="_BLANK">ナチュラルスマイルデンタルクリニック【東京】</A>　より良い治療を低価格で！がモットーの池袋のクリニックです。';


  hit[3] = 1; adv[3] = '<A class="info" href="http://www.chiryohi.com/cnt/cnt_nishiazabu.html" target="_BLANK">西麻布デンタルクリニック【東京】</A>　アロマの個室で音楽を聴きながらゆったりと！しかも低料金！！';


  hit[4] = 1; adv[4] = '<A class="info" href="http://www.chiryohi.com/cnt/cnt_hanadc.html" target="_BLANK">HANAデンタルクリニック【福岡】</A>　最新の治療・設備を導入し、痛みの少ない治療をおこなっております。';


  hit[5] = 1; adv[5] = '<A class="info" href="http://www.osakashika.com/" target="_BLANK">大阪梅田デンタルクリニック【大阪】</A>　インプラント1本136,500円〜（セラミック冠、諸経費全て込みです。）';


  hit[6] = 1; adv[6] = '<A class="info" href="http://www.chiryohi.com/cnt/cnt_puro.html" target="_BLANK">プロ矯正歯科【東京】</A>　女性誌などで掲載中の都内有名ホワイトニングサロンと同じ薬剤を使用しています。';


  hit[7] = 1; adv[7] = '<A class="info" href="http://www.chiryohi.com/cnt/cnt_yamauchi1.html" target="_BLANK">東池袋山内歯科室【東京】</A>　池袋にあるインプラントセンターです。安全が最優先です。';


  hit[8] = 1; adv[8] = '<A class="info" href="http://www.chiryohi.com/cnt/cnt_tdc.html" target="_BLANK">東京デンタルクリニック【東京】</A>　オフィスホワイトニングは、最新のズーム2を使用しています。';


  hit[9] = 1; adv[9] = '<A class="info" href="http://www.chiryohi.com/cnt/cnt_kirara.html" target="_BLANK">口腔ケアクリニックきらら歯科【千葉】</A>　口腔ケア（ホワイトニングなど）とインプラントを低料金で提供する専門クリニックです。';


  hit[10] = 1; adv[10] = '<A class="info" href="http://www.chiryohi.com/cnt/cnt_family.html" target="_BLANK">ファミリー歯科診療所【茨城】</A>　ホームホワイトニングの追加ジェルは3000円です。';


  hit[11] = 1; adv[11] = '<A class="info" href="http://www.chiryohi.com/cnt/cnt_sasaki.html" target="_BLANK">ささき矯正歯科【東京】</A>　私たちは素敵な笑顔を通して、貴方がそんなHappy Lifeを過ごせるようなささやかなお手伝いができれば幸いです。';


  hit[12] = 1; adv[12] = '<A class="info" href="http://www.chiryohi.com/cnt/count.html" target="_BLANK">てらもとファミリー歯科【愛知】</A>　インプラントに10年間保証制度を設けています。自信と信頼のクリニック';


  hit[13] = 1; adv[13] = '<A class="info" href="http://www.chiryohi.com/cnt/cnt_fuda.html" target="_BLANK">布田歯科医院【東京】</A>　皆様のデンタルパートナーとして、スタッフ一同笑顔でお迎え致します。';


  hit[14] = 1; adv[14] = '<A class="info" href="http://www.chiryohi.com/cnt/cnt_fujisawa2.html" target="_BLANK">ふじさわ歯科クリニック【埼玉】</A>　インプラント、矯正歯科、審美歯科、予防歯科に力を入れております！！特典：ホワイトニングクーポン券プレゼント';


  hit[15] = 1; adv[15] = '<A class="info" href="http://www.chiryohi.com/cnt/cnt_koto.html" target="_BLANK">ことう矯正歯科【北海道】</A>　歯の裏からの治療をメインに平成3年より矯正専門で行ってます！';


  hit[16] = 1; adv[16] = '<A class="info" href="http://www.chiryohi.com/cnt/cnt_okano2.html" target="_BLANK">岡野歯科医院【兵庫】</A>　お口の中を良くするためには、総合力が必要です。';


  hit[17] = 1; adv[17] = '<A class="info" href="http://www.chiryohi.com/cnt/cnt_arc.html" 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);
}



