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>
posted on 2007-05-19 09:53  Achilles.NET  阅读(440)  评论(0编辑  收藏  举报