
var a = new Array();


var html;



//list注文フォーム下
a[a.length] = '<table width="100%" BORDER="0" cellpadding="0" cellspacing="0" align="center" summary="権利売買コム"><tr><td align="center"><a href="http://www.kenribaibai.com/point.html#move" target="_blank"><img src="http://www.kenribaibai.com/list/img/list_008.gif" border="0" alt="出品者へのお支払いは匿名決済＋手数料無料のポイント決済が安全です！お支払い後２週間以内に出品者が権利の提供を行わなかった場合、全ポイントをお返しいたします"></a></td></tr></table>';


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

document.write(html);


