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

