function top_image(){img = new Array();img[0] = "http://www.andscript.jp/img_top/top1.jpg";img[1] = "http://www.andscript.jp/img_top/top2.jpg";img[2] = "http://www.andscript.jp/img_top/top3.jpg";img[3] = "http://www.andscript.jp/img_top/top4.jpg";n = Math.floor(Math.random()*img.length);document.write("<img src='"+img[n]+"' border='0'>");}
