﻿ads5 = new Array();

// マダムライブ
// ads5.push('<a href="http://asp.m-live.jp/LiveChat/acs.php?si=md&pid=MLA0254" target="_blank"><img src="http://asp.m-live.jp/banner/md/img/imgHVIWtR.gif" width="468" height="60" border="0" alt="ライブチャット　マダムライブ"></a>');

// アダルトフレンドステーション
ads5.push('<a href="http://ad.httn.jp/ad100wakuwaku04" target="_blank"><img src="./img/banner/adfriend.jpg" border="0"></a>');

// フレンズマップ
ads5.push('<a href="http://adleaf.net/?23840" target="_blank"><img src="./img/banner/friends.jpg" border="0"></a>');

// ミセスファインダー
ads5.push('<a href="http://pros-pect.net/admrs/adv_che.html" target="_blank"><img src="./img/banner/mrs.jpg" width="468" height="60" border="0" alt="ミセスファインダー"></a>');

// クローバー
ads5.push('<a href="http://pros-pect.net/adclover/adv_che.html" target="_blank"><img src="./img/banner/clover.jpg" width="468" height="60" border="0" alt="クローバー"></a>');

// 近所de大人関係
ads5.push('<a href="http://free.attack-i.com/506p26" target="_blank"><img src="./img/banner/otona_top.jpg" width="468" height="60" border="0" alt="近所de大人関係"></a>');

// 恋愛村
ads5.push('<a href="http://www.l-village.jp/index_mailform.html?KT23a11d01v1" target="_blank"><img src="./img/banner/009.gif" width="468" height="60" border="0" alt="恋愛村"></a>');

// Gステーション
ads5.push('<a href="http://g-station.tv/?here" target="_blank"><img src="./img/banner/gsta.jpg" width="468" height="60" border="0" alt="Gステーション"></a>');

// マダムライブ
// ads5.push('<a href="http://asp.m-live.jp/LiveChat/acs.php?si=md&pid=MLA0254" target="_blank"><img src="http://asp.m-live.jp/banner/md/img/imgQEAQJg.gif" width="468" height="60" border="0" alt="ライブチャット　マダムライブ"></a>');

function show_random_top_ads() {
    var i = Math.floor(Math.random() * ads5.length);
    document.write(ads5[i]);
}
