line = 4;
banner = new Array(
'<a href="/list/list/disp_type/picture/maker_id/1023?afid=lb-ti2"><img src="/eic_include/img/top/1010bn/b-01.jpg" alt="Far East Company　メーカー商品一覧へ" height="80" width="600" border="0"></a>',
'<a href="/list/list/disp_type/picture/series_id/1495?afid=lb-ti2"><img src="/eic_include/img/top/1011bn/b_03.jpg" alt="みるくキッス　シリーズ別商品一覧へ" height="80" width="600" border="0"></a>',
'<a href="/list/list/disp_type/picture/series_id/2038?afid=lb-ti2"><img src="/eic_include/img/top/1005bn/c-03.jpg" alt="少女画像館　エンジェルfile　シリーズ別商品一覧へ" height="80" width="600" border="0"></a>',
'<a href="/list/list/disp_type/picture/series_id/1541?afid=lb-ti2"><img src="/eic_include/img/top/1005bn/b-02.jpg" alt="Girl’s Room　シリーズ別商品一覧へ" height="80" width="600" border="0"></a>'
);
rnd = Math.floor(Math.random()*line);
document.write(banner[rnd]);
