<!-- 把下面代码加到<body>区域中 -->
<script>
var url=new Array("http://www.xxx.com","http://www.xxx.com.cn","http://www.xxx.com","http://www.xxx.com","http://www.xxx.com")
pnum=Math.floor(Math.random()*5)
location.href=url[pnum]
</script> 



说明:红色5 表述5个网页


浅蓝色表述  网页地址  中间半角逗号隔开