
var a = new Array();


var html;



//テキストAD１行目
a[a.length] = '<a href="http://www.milkjapan.com/entry1.html"><u><b><font style="font-size:9.5pt">次回のご紹介日は 2010年3月22日（月）になります<br>MILKの友情結婚紹介（登録無料）</font></b></u></a><br><span style="line-height:10pt"><font style="font-size:8.5pt">レズビアンとゲイが協力すれば、人生はきっともっと楽しい。</span></font>';


//テキストAD１行目
a[a.length] = '<a href="http://www.milkjapan.com/entry1.html"><u><b><font style="font-size:9.5pt">次回のご紹介日は 2010年3月22日（月）になります<br>MILKの友情結婚紹介（登録無料）</font></b></u></a><br><span style="line-height:10pt"><font style="font-size:8.5pt">子どもほしいね・友情結婚の準備はお早めに！</span></font>';

html = (a[Math.floor(Math.random() * a.length)]);

document.write(html);









