function randombnr()
{
bnr = new Array();
bnr[0] = '<a href="https://www.moshimo.com/shop/entry?parent_id=12910">【ドロップシッピング】まず最初に始めるなら、「もしもドロップシッピング」</a>';
bnr[1] = '<a href="http://c.af.moshimo.com/af/c/click?a_id=979&p_id=15&pc_id=15&pl_id=73" target="_blank">15ギガ525円！チカッパ！レンタルサーバー</a><img src="http://i.af.moshimo.com/af/i/impression?a_id=979&p_id=15&pc_id=15&pl_id=73" width="1" height="1" style="border:none;">';
bnr[2] = '<a href="http://c.af.moshimo.com/af/c/click?a_id=985&p_id=1&pc_id=1&pl_id=1320" target="_blank">がんばる個人のための「もしもアフィリエイト」</a><img src="http://i.af.moshimo.com/af/i/impression?a_id=985&p_id=1&pc_id=1&pl_id=1320" width="1" height="1" style="border:none;">';
bnr[3] = '<a href="http://c.af.moshimo.com/af/c/click?a_id=977&p_id=12&pc_id=12&pl_id=237" target="_blank">ムームードメイン 580円/年〜ドメイン取得</a><img src="http://i.af.moshimo.com/af/i/impression?a_id=977&p_id=12&pc_id=12&pl_id=237" width="1" height="1" style="border:none;">';
bnr[4] = '<a href="http://c.af.moshimo.com/af/c/click?a_id=979&p_id=15&pc_id=15&pl_id=72" target="_blank">無料お試し15日間！チカッパ！レンタルサーバー</a><img src="http://i.af.moshimo.com/af/i/impression?a_id=979&p_id=15&pc_id=15&pl_id=72" width="1" height="1" style="border:none;">';

bnrCount = 5;	//　表示させたいリンクの数
num = Math.floor(Math.random() * bnrCount);
document.write(bnr[num]);
}






