// JavaScript Document 
var m=8; //随机显示图片的总数量 
var n=Math.floor(Math.random()*m+1) 
document.write ("<a href='http://pen.serio.jp/highwaystar/' target='_blank'><img src='http://nanohas.com/image/banner_force/200_"+n+".gif'  border=0 galleryimg=no></a>"); 
// 

