1<SCRIPT language=JavaScript>
2<!-- 标题闪动
3step=0
4function flash_title()
5{
6step++
7if (step==3) {step=1}
8if (step==1) {document.title="..::>>>>>>>>>>>>>>>>::.."}
9if (step==2) {document.title="..::<<<<<<<<<<<<<<<<::.."}
10setTimeout("flash_title()",500); //刷新时间
11}
12flash_title()
13//-->
14</SCRIPT>
2<!-- 标题闪动
3step=0
4function flash_title()
5{
6step++
7if (step==3) {step=1}
8if (step==1) {document.title="..::>>>>>>>>>>>>>>>>::.."}
9if (step==2) {document.title="..::<<<<<<<<<<<<<<<<::.."}
10setTimeout("flash_title()",500); //刷新时间
11}
12flash_title()
13//-->
14</SCRIPT>