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


//ページリンク先
PageLink = new Array();
PageLink[0] = "http://www.tenpos.jp/Tenpos0321/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";
//画像のリンク先
ChgImg = new Array();
ChgImg[0] = "http://www.tenpos.jp/img/bn_product_top.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";
//ランダムに画像表示
ImgNo = Math.floor(Math.random()*PageLink.length);
document.write("<a href='"+PageLink[ImgNo]+"'>");
document.write("<img src='"+ChgImg[ImgNo]+"' border='0'>");
document.write("</a>");