<html>
<body>
<script type="text/javascript">
image0="/img/w3xue_logo_white.jpg"
href0="/"
alt0="W3xue.com"
image1="/img/h5.gif"
href1="/manual/html/"
alt1="HTML / HTML5 参考手册"
image2="/img/js.gif"
href2="/manual/js/"
alt2="JavaScript 参考手册"
len=3
now=new Date()
now=now.getSeconds()
rnd=now%len
image=eval("image"+rnd)
href=eval("href"+rnd)
alt=eval("alt"+rnd)
document.write("<a href='" + href + "'>")
document.write("<img src='" + image + "' alt='" + alt + "'></a>")
</script>
<h3>请刷新该页面,您会看到广告条的变化。</h3>
</body>
</html>