//===================================================================
//デザイン事務所モア・デザイン
//http://www.more-deisgn.jp/
//Copyright (C) 2007 more-design All Rights Reserved.
//このスクリプトの無断コピー、無断掲載、再配布などを固く禁止します。
//====================================================================


//ページリンク先
PageLink = new Array();
PageLink[0] = "http://www.tenpos.jp/necpos/index.html";
PageLink[1] = "http://www.tenpos.jp/tecpos/posindex.html";
PageLink[2] = "http://www.tenpos.jp/sonet/index.html";
PageLink[3] = "http://www.tenpos.jp/onetouch/index.html";
PageLink[4] = "http://e-menu.tenpos.jp/index.html";
PageLink[5] = "http://www.tenpos.jp/casiooes/index.html";
PageLink[6] = "http://www.tenpos.jp/firstlink/index.html";
PageLink[7] = "http://www.tenpos.jp/factincall/index.html";


//画像のリンク先
ChgImg = new Array();
ChgImg[0] = "http://www.tenpos.jp/img/bn_product_top6.jpg";
ChgImg[1] = "http://www.tenpos.jp/img/bn_product_top2.jpg";
ChgImg[2] = "http://www.tenpos.jp/img/bn_product_top3.jpg";
ChgImg[3] = "http://www.tenpos.jp/img/bn_product_top4.jpg";
ChgImg[4] = "http://www.tenpos.jp/img/bn_product_top5.jpg";
ChgImg[5] = "http://www.tenpos.jp/img/bn_product_top7.jpg";
ChgImg[6] = "http://www.tenpos.jp/img/bn_product_top8.jpg";
ChgImg[7] = "http://www.tenpos.jp/img/bn_product_top9.jpg";



//ランダムに画像表示
ImgNo = Math.floor(Math.random()*PageLink.length);
document.write("<a href='"+PageLink[ImgNo]+"'>");
document.write("<img src='"+ChgImg[ImgNo]+"' border='0'>");
document.write("</a>");
