






















1
<SCRIPT language=JavaScript>
2
<!-- 标题闪动
3
step=0
4
function flash_title()
5
{
6
step++
7
if (step==3) {step=1}
8
if (step==1) {document.title="..::>>>>>>>>>>>>>>>>::.."}
9
if (step==2) {document.title="..::<<<<<<<<<<<<<<<<::.."}
10
setTimeout("flash_title()",500); //刷新时间
11
}
12
flash_title()
13
//-->
14
</SCRIPT>
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。