<!--JavaScript
im = new Array(
'<a href="/products/monopol/mp_2002_01.html"><img src="./image/top2/monopol_bnr.jpg" border="0"></a>',
'<a href="/custom/saji/sj_2002_01.html"><img src="./image/top2/saji_bnr.jpg" border="0"></a>',
'<a href="/products/misono/mi_2002_01.html"><img src="./image/top2/misono_bnr.jpg" border="0"></a>')
count = im.length;
view_rand = Math.floor(Math.random() * count);

im2 = new Array(
'<a href="/products/canary/ca_2004_01.html"><img src="./image/top2/ca_cust_bnr.jpg" border="0"></a>',
'<a href="/products/canary/ca_2004_aichi.html"><img src="./image/top2/aichi_bnr.jpg" border="0"></a>')
count = im2.length;
view_rand2 = Math.floor(Math.random() * count);
//end-->


