
var a = new Array();


var html;



//トップ２メルマガ登録フォーム
a[a.length] = '<table width="100%" height=40 border="0" cellspacing="0" cellpadding="0" align="center"><tr><td><font style="font-size:9.5pt"><form method="post" action="http://www.milkjapan.com/milkmail/regist.cgi"><input type="hidden" name="mode" value="IN">　<input type="text" name="mail" size=45> <input type="submit" value="メルマガ登録">　（無料・まぐまぐ殿堂入りメールマガジン）</font></td></tr></table>';


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

document.write(html);









