
<!--
		//広告バナー・ランダム並べ替え表示スクリプト

function html1(x) {


		//fは掲載する広告数
		f =22;

		
		var Num = new Array(f - 1);
		var Chk = new Array(f - 1);
		var Mess = new Array(f - 1);
		
		//***ここに広告表示HTMLの配列作成

		Mess[0] = '<A href="http://www.lets-kanfu.com/moro1/" target=_blank onclick="window.open\(\'http://adult-pr.com/ad/201052901\'\)"><IMG src="http://www.lets-kanfu.com/moro1.jpg" height="100"></A>';
		Mess[1] = '<A href="http://www.lets-kanfu.com/moro2/" target=_blank onclick="window.open\(\'http://adult-pr.com/ad/201052901\'\)"><IMG src="http://www.lets-kanfu.com/moro2.jpg" height="100"></A>';
		Mess[2] = '<A href="http://www.lets-kanfu.com/moro3/" target=_blank onclick="window.open\(\'http://adult-pr.com/ad/201052901\'\)"><IMG src="http://www.lets-kanfu.com/moro3.jpg" height="100"></A>';
		Mess[3] = '<A href="http://www.lets-kanfu.com/moro4/" target=_blank onclick="window.open\(\'http://adult-pr.com/ad/201052901\'\)"><IMG src="http://www.lets-kanfu.com/moro4.jpg" height="100"></A>';
		Mess[4] = '<A href="http://www.lets-kanfu.com/moro5/" target=_blank onclick="window.open\(\'http://adult-pr.com/ad/201052901\'\)"><IMG src="http://www.lets-kanfu.com/moro5.jpg" height="100"></A>';
		Mess[5] = '<A href="http://www.lets-kanfu.com/moro6/" target=_blank onclick="window.open\(\'http://adult-pr.com/ad/201052901\'\)"><IMG src="http://www.lets-kanfu.com/moro6.jpg" height="100"></A>';
		Mess[6] = '<A href="http://www.lets-kanfu.com/moro7/" target=_blank onclick="window.open\(\'http://adult-pr.com/ad/201052901\'\)"><IMG src="http://www.lets-kanfu.com/moro7.jpg" height="100"></A>';
		Mess[7] = '<A href="http://www.lets-kanfu.com/moro8/" target=_blank onclick="window.open\(\'http://adult-pr.com/ad/201052902\'\)"><IMG src="http://www.lets-kanfu.com/moro8.jpg" height="100"></A>';
		Mess[8] = '<A href="http://www.lets-kanfu.com/moro9/" target=_blank onclick="window.open\(\'http://adult-pr.com/ad/201052902\'\)"><IMG src="http://www.lets-kanfu.com/moro9.jpg" height="100"></A>';
		Mess[9] = '<A href="http://www.lets-kanfu.com/moro10/" target=_blank onclick="window.open\(\'http://adult-pr.com/ad/201052902\'\)"><IMG src="http://www.lets-kanfu.com/moro10.jpg" height="100"></A>';
		Mess[10] = '<A href="http://www.lets-kanfu.com/moro11/" target=_blank onclick="window.open\(\'http://adult-pr.com/ad/201052902\'\)"><IMG src="http://www.lets-kanfu.com/moro11.jpg" height="100"></A>';
		Mess[11] = '<A href="http://www.lets-kanfu.com/moro12/" target=_blank onclick="window.open\(\'http://adult-pr.com/ad/201052902\'\)"><IMG src="http://www.lets-kanfu.com/moro12.jpg" height="100"></A>';
		Mess[12] = '<A href="http://www.lets-kanfu.com/moro13/" target=_blank onclick="window.open\(\'http://adult-pr.com/ad/201052902\'\)"><IMG src="http://www.lets-kanfu.com/moro13.jpg" height="100"></A>';
		Mess[13] = '<A href="http://www.lets-kanfu.com/moro14/" target=_blank onclick="window.open\(\'http://adult-pr.com/ad/201052902\'\)"><IMG src="http://www.lets-kanfu.com/moro14.jpg" height="100"></A>';
		Mess[14] = '<A href="http://www.lets-kanfu.com/moro15/" target=_blank onclick="window.open\(\'http://adult-pr.com/ad/201052902\'\)"><IMG src="http://www.lets-kanfu.com/moro15.jpg" height="100"></A>';
		Mess[15] = '<A href="http://www.lets-kanfu.com/1/" target=_blank onclick="window.open\(\'http://adult-pr.com/ad/201052902\'\)"><IMG src="http://www.lets-kanfu.com/s/1.jpg" height="100"></A>';
		Mess[16] = '<A href="http://www.lets-kanfu.com/2/" target=_blank onclick="window.open\(\'http://adult-pr.com/ad/201052902\'\)"><IMG src="http://www.lets-kanfu.com/s/2.jpg" height="100"></A>';
		Mess[17] = '<A href="http://www.lets-kanfu.com/3/" target=_blank onclick="window.open\(\'http://adult-pr.com/ad/201052902\'\)"><IMG src="http://www.lets-kanfu.com/s/3.jpg" height="100"></A>';
		Mess[18] = '<A href="http://www.lets-kanfu.com/4/" target=_blank onclick="window.open\(\'http://adult-pr.com/ad/201052902\'\)"><IMG src="http://www.lets-kanfu.com/s/4.jpg" height="100"></A>';
		Mess[19] = '<A href="http://www.lets-kanfu.com/5/" target=_blank onclick="window.open\(\'http://adult-pr.com/ad/201052902\'\)"><IMG src="http://www.lets-kanfu.com/s/5.jpg" height="100"></A>';
		Mess[20] = '<A href="http://www.lets-kanfu.com/6/" target=_blank onclick="window.open\(\'http://adult-pr.com/ad/201052902\'\)"><IMG src="http://www.lets-kanfu.com/s/6.jpg" height="100"></A>';
		Mess[21] = '<A href="http://www.lets-kanfu.com/7/" target=_blank onclick="window.open\(\'http://adult-pr.com/ad/201052902\'\)"><IMG src="http://www.lets-kanfu.com/s/7.jpg" height="100"></A>';

	//***ランダムで０～ｆ－１の値を並べ替え
	for (i=0;i<f;i++) //
	{
		Num[i] = Math.floor(Math.random()*f);
		if (Chk[Num[i]]  == 1){
			while(Chk[Num[i]] == 1){
			Num[i] = Math.floor(Math.random()*f);
			}
			Chk[Num[i]] = 1;
		}
		else {
			Chk[Num[i]] = 1;
		}
	}
	
             //ＨＴＭＬ作成部分
              for (i=0;i<x;i++) //
              {
              document.write('<center><TABLE border="0"><TBODY><TR><TD width="845"><DIV align="left"><h2 style="  color: #000099;  padding-left: 10px;   border-width: 0px 0px 2px 15px;   border-style: solid;   border-color: #9999ff;   line-height: 100%; ">無修正エロ画像スライドショー。エロ本見る感覚で抜けます。※クリック後10秒お待ちください。</h2>※海外在住スタッフ、海外サーバーによるアメリカ国内日本人向け動画のため無修正となっております。<br><center>');
              document.write(Mess[Num[i]]);
              document.write(Mess[Num[i+1]]);
              document.write(Mess[Num[i+2]]);
              document.write(Mess[Num[i+3]]);
              document.write(Mess[Num[i+4]]);
              document.write(Mess[Num[i+5]]);
              document.write(Mess[Num[i+6]]);
              document.write('<br>');
              document.write(Mess[Num[i+7]]);
              document.write(Mess[Num[i+8]]);
              document.write(Mess[Num[i+9]]);
              document.write(Mess[Num[i+10]]);
              document.write(Mess[Num[i+11]]);
              document.write(Mess[Num[i+12]]);
              document.write('<A href="http://www.lets-kanfu.com/yamaguti/" target=_blank onclick="window.open\(\'http://adult-pr.com/ad/201052902\'\)"><IMG src="http://www.lets-kanfu.com/yamaguti.jpg"></A></center>');
              document.write('<h2 style="  color: #000099;  padding-left: 10px;   border-width: 0px 0px 2px 15px;   border-style: solid;   border-color: #9999ff;   line-height: 100%; ">本日の気になる2ch記事特集　</h2>      <A href="http://gachoon.com/bbs/2ch/test/read.php/news/1279780679/index.html" target="_blank">共有ソフト「BitTorrent」で初の逮捕者</A> <A href="http://gachoon.com/bbs/2ch/test/read.php/news/1279780629/index.html" target="_blank">パチンコ・パチスロのやめ方</A> <A href="http://gachoon.com/bbs/2ch/test/read.php/news/1279780580/index.html" target="_blank">世界終了　米軍研究者「我々に理解できない何かが起こっている」</A> <A href="http://gachoon.com/bbs/2ch/test/read.php/news/1279780537/" target="_blank">ハローワークで見かけたクズ</A> <A href="http://gachoon.com/bbs/2ch/test/read.php/news/1276409681/index.html" target="_blank">ロシアが30年間流し続けた「謎のブザー音」、止まる</A> <A href="http://gachoon.com/bbs/2ch/test/read.php/news/1276409762/index.html" target="_blank">面白いgif画像が集まってくるスレ１</A> <A href="http://gachoon.com/bbs/2ch/test/read.php/news/1276409793/index.html" target="_blank">面白いgif画像が集まってくるスレ２</A> <A href="http://gachoon.com/bbs/2ch/test/read.php/news/1275039462/index.html" target="_blank">キアヌ・リーブス、公園のベンチでの1人ランチをパパラッチされる</A> <A href="http://gachoon.com/bbs/2ch/test/read.php/news/1275040938/index.html" target="_blank">蓮舫「本当にプリキュアは17人も必要なんですか？」</A> <A href="http://gachoon.com/bbs/2ch/test/read.php/news/1275041022/index.html" target="_blank">【緊急】風呂場の排水口に落としたオナホの救出方法</A> <A href="http://gachoon.com/bbs/2ch/test/read.php/news/1275041230/index.html" target="_blank">猫が部屋のドアの前で座って待ってるｗｗｗｗｗ</A> <A href="http://gachoon.com/bbs/2ch/test/read.php/news/1275041319/index.html" target="_blank">世界卓球の公式サイトのゲームがクソ難しい件</A> <A href="http://gachoon.com/bbs/2ch/test/read.php/news/1275041518/index.html" target="_blank">若者の間に「ペットボトル症候群」が増える</A> <A href="http://gachoon.com/bbs/2ch/test/read.php/news/1275041854/index.html" target="_blank">気が狂ってるとしか思えない「夕張メロン熊ストラップ」が売り上げ好調  </A><A href="http://gachoon.com/bbs/2ch/test/read.php/news/1275041964/index.html" target="_blank">サッカー日本代表、合宿先のスイスで「マジ歓迎セレモニーとかだるいから8分で終わらせろ」</A> <A href="http://gachoon.com/bbs/2ch/test/read.php/news/1275042025/index.html" target="_blank">口蹄疫　種牛２頭発症　ｷﾀ━━━━━━(ﾟ∀ﾟ)━━━━━━ !!!!!</A> <A href="http://gachoon.com/bbs/2ch/test/read.php/news/1275042084/index.html" target="_blank">ルピ夫｢尖閣諸島の帰属問題は日中で議論して結論を出す｣　石原閣下｢帰属？こんなバカ言う総理いるか？｣</A> <A href="http://gachoon.com/bbs/2ch/test/read.php/news/1275042264/index.html" target="_blank">【口蹄疫】台湾が宮崎県に義援金３００万円を寄付！</A>');
              document.write('<h2 style="  color: #000099;  padding-left: 10px;   border-width: 0px 0px 2px 15px;   border-style: solid;   border-color: #9999ff;   line-height: 100%; ">本日の気になるエロ雑誌Ｂ級記事　</h2><A href="http://gachoon.com/bbs/image.cgi?http://gachoon.com/bbs/2ch/board15/img/12790504490001.jpg" target="_blank"><IMG src="http://gachoon.com/bbs/2ch/board15/img2/12790504490001.jpg" border="0"></A> <A href="http://gachoon.com/bbs/image.cgi?http://gachoon.com/bbs/2ch/board15/img/12790504490002.jpg" target="_blank"><IMG src="http://gachoon.com/bbs/2ch/board15/img2/12790504490002.jpg" border="0"></A> <A href="http://gachoon.com/bbs/image.cgi?http://gachoon.com/bbs/2ch/board15/img/12790504490003.jpg" target="_blank"><IMG src="http://gachoon.com/bbs/2ch/board15/img2/12790504490003.jpg" border="0"></A> <A href="http://gachoon.com/bbs/image.cgi?http://gachoon.com/bbs/2ch/board15/img/12790504490004.jpg" target="_blank"><IMG src="http://gachoon.com/bbs/2ch/board15/img2/12790504490004.jpg" border="0"></A> <A href="http://gachoon.com/bbs/image.cgi?http://gachoon.com/bbs/2ch/board15/img/12790504490005.jpg" target="_blank"><IMG src="http://gachoon.com/bbs/2ch/board15/img2/12790504490005.jpg" border="0"></A> <A href="http://gachoon.com/bbs/image.cgi?http://gachoon.com/bbs/2ch/board15/img/12790504490006.jpg" target="_blank"><IMG src="http://gachoon.com/bbs/2ch/board15/img2/12790504490006.jpg" border="0"></A> <A href="http://gachoon.com/bbs/image.cgi?http://gachoon.com/bbs/2ch/board15/img/12790504490007.jpg" target="_blank"><IMG src="http://gachoon.com/bbs/2ch/board15/img2/12790504490007.jpg" border="0"></A></DIV></TD></TR></TBODY></TABLE></center>');
              }
		}
     
//--> 