
var a = new Array();


var html;



//テキストAD２行目
a[a.length] = '<a href="http://www.milkjapan.com/entryform3.html"><u><b><font style="font-size:9.5pt">次回のご紹介日は 2010年3月15日（月）になります<br>MILKの全国恋愛結婚紹介（登録無料）</font></b></u></a><br><font style="font-size:8.5pt;line-height:10pt">毎週月曜日メールで紹介⇒週末会う・無料紹介のみのご利用でも大歓迎</font>';


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

document.write(html);









