<script>
function show()
{
document.all['t1'].style.display="";
setTimeout("hide()",500);
}
function hide()
document.all['t1'].style.display="none";
setTimeout("show()",500);
</script>
<body onload="show()">
最新消息:
<font ID="ti" style="display:none">new</font>
</body>
发表于 @ 2007年11月27日 09:36:00|评论(loading...)|编辑