var n = Math.floor(Math.random()*9);

link = new Array();
link[0] = '/product/bizstream/case/01btm/';
link[1] = '/product/bizstream/case/02ana/';
link[2] = '/product/bizstream/case/03otsuka/';
link[3] = '/product/bizstream/case/04invoice/';
link[4] = '/product/bizstream/case/05diy/';
link[5] = '/product/bizstream/case/06kinokuniya/';
link[6] = '/product/bizstream/case/07asahi/';
link[7] = '/product/bizstream/case/08gaitame/';
link[8] = '/product/bizstream/case/09saisoncard/';

imgs = new Array();
imgs[0] = '/shared/img/sub-pic-case_01btm.gif';
imgs[1] = '/shared/img/sub-pic-case_02ana.gif';
imgs[2] = '/shared/img/sub-pic-case_03otsuka.gif';
imgs[3] = '/shared/img/sub-pic-case_04invoice.gif';
imgs[4] = '/shared/img/sub-pic-case_05diy.gif';
imgs[5] = '/shared/img/sub-pic-case_06kinokuniya.gif';
imgs[6] = '/shared/img/sub-pic-case_07asahi.gif';
imgs[7] = '/shared/img/sub-pic-case_08gaitame.gif';
imgs[8] = '/shared/img/sub-pic-case_09saisoncard.gif';

str = new Array();
str[0] = '株式会社三菱東京UFJ銀行 様';
str[1] = '全日本空輸株式会社 様';
str[2] = '株式会社大塚商会 様';
str[3] = '株式会社インボイス 様';
str[4] = '損保ジャパン・ディー・アイ・ワイ生命保険株式会社 様';
str[5] = '株式会社紀伊國屋書店 様';
str[6] = '朝日放送株式会社 様';
str[7] = '株式会社外為どっとコム 様';
str[8] = '株式会社クレディセゾン 様';

var icon = '/shared/img/icon-bzstream.gif';

document.write('<div class="imageblock">');
document.write('<a href="' + link[n] + '"><img src="' + imgs[n] + '" width="70" height="67" alt="イメージ" /></a>');
document.write('</div>');
document.write('<div class="textblock">');
document.write('<p><img src="' + icon +'" width="43" height="9" alt="biz-Stream" /></p>');
document.write('<p><strong>' + str[n] + '</strong></p><p class="more"><a href="' + link[n] + '">事例詳細へ</a></p>');
document.write('</div>');

