var m=10; //共几个Banner随机显示 
var n=Math.floor(Math.random()*m+1) 
document.write('<img src=/simpH024/aimages/banner'+n+'.jpg></img>'); 
