<!--
var max = 13;
var ban;

link = new Array(max);
link[0] = '<A href="catalog/adhesives/petats.html"><img src="image/index_ramdom_13.jpg" alt="PETATS" border="0"></A>';
link[1] = '<A href="catalog/tapes/ct-pgx.html"><img src="image/index_ramdom_15.jpg" alt="CT-PGX" border="0"></A>';
link[2] = '<A href="catalog/tapes/ct-cc5c_02.html"><img src="image/index_ramdom_03.jpg" alt="CT-CC" border="0"></A>';
link[3] = '<A href="catalog/erasers/mono_one.html"><img src="image/index_ramdom_04.jpg" alt="MONO ONE" border="0"></A>';
link[4] = '<A href="catalog/ballpoint_pens/reporter-4.html"><img src="image/index_ramdom_05.jpg" alt="Reporter 4" border="0"></A>';
link[5] = '<A href="catalog/ballpoint_pens/air-press-apro.html"><img src="image/index_ramdom_14.jpg" alt="Air-Press Apro" border="0"></A>';
link[6] = '<A href="catalog/markers/twin_highlighter_02.html"><img src="image/index_ramdom_07.jpg" alt="Twin Highlighter" border="0"></A>';
link[7] = '<A href="catalog/markers/ink_charger.html"><img src="image/index_ramdom_08.jpg" alt="Ink Charger" border="0"></A>';
link[8] = '<A href="catalog/adhesives/a-pit.html"><img src="image/index_ramdom_09.jpg" alt="Pen Type Liquid Glue" border="0"></A>';
link[9] = '<A href="catalog/adhesives/adhesive_tapes_r_01.html"><img src="image/index_ramdom_10.jpg" alt="PN-MSM" border="0"></A>';
link[10] = '<A href="catalog/adhesives/adhesive_tapes_r.html"><img src="image/index_ramdom_11.jpg" alt="PN-MSF" border="0"></A>';
link[11] = '<A href="catalog/erasers/mono_zero.html"><img src="image/index_ramdom_12.jpg" alt="MONO DERO" border="0"></A>';
link[12] = '<A href="catalog/ballpoint_pens/onbook.html"><img src="image/index_ramdom_16.jpg" alt="ON BOOK" border="0"></A>';
//　配列を０から連番で作成
//　タグは普通のＨＴＭＬと同じように自由に書いてください

function links(){
ban = max * Math.random();
ban = Math.floor(ban);
document.write(link[ban]);
}

//-->
