﻿ads4 = new Array();

// アダルトフレンドステーション
// ads4.push('<a href=http://ad.httn.jp/ad100wakuwaku04><img src="http://www.eg-pub.com/images/bt1.gif"></a>');

// フレンズマップ
// ads4.push('<a href=http://adleaf.net/?23840><img src="http://www.eg-pub.com/images/bt1.gif"></a>');

// 近所de大人関係
ads4.push('<a href=http://free.attack-i.com/506p26><img src="http://www.eg-pub.com/images/bt1.gif"></a>');

// Gステーション
ads4.push('<a href=http://g-station.tv/?here><img src="http://www.eg-pub.com/images/bt1.gif"></a>');


// 愛アプリ
// ads4.push('<a href=http://iap.cc/?m450 target=_blank><img alt="" width="200" height="200" border="0" src="http://mozshot.nemui.org/shot?http://iap.cc/"><div>スポンサーサイト　愛アプリ</div></a>');

// SMマニア通信
// ads4.push('<a href=http://hana-g.com/r/s/?900012 target=_blank><img alt="" width="200" height="200" border="0" src="http://mozshot.nemui.org/shot?http://hana-g.com/r/s/?900012"><div>スポンサーサイト　SMマニア通信</div></a>');

// 人妻テレホン
// ads4.push('<a href=http://hana-g.com/r/t/?900012 target=_blank><img alt="" width="200" height="200" border="0" src="http://mozshot.nemui.org/shot?http://hana-g.com/r/t/?900012"><div>スポンサーサイト　人妻テレホン</div></a>');

function show_random_ads_b() {
    var i = Math.floor(Math.random() * ads4.length);
    document.write(ads4[i]);
}
