
var a = new Array();


var html;



//テキストAD３行目
a[a.length] = '<a href="http://www.milkjapan.com/entryform10.html"><u><b><font style="font-size:9.5pt">次回のご紹介日は 2012年2月13日（月）になります<br>MILKの全国ビジネスパートナー紹介（登録無料）</font></b></u></a><br><font style="font-size:8.5pt;line-height:10pt">セクシュアルマイノリティのための異業種交流</font></font><br><br>';

//テキストAD３行目
a[a.length] = '<a href="http://www.milkjapan.com/entry3.html"><u><b><font style="font-size:9.5pt">次回のご紹介日は 2012年2月13日（月）になります<br>MILKの全国養子養親紹介（登録無料）</font></b></u></a><br><font style="font-size:8.5pt;line-height:10pt">人はいつからだって、誰とだって、本当の家族になれる。</font></font><br><br>';

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

document.write(html);










