<html>
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>网页标题闪动效果-- www.jb200.com</title>
</head>
<body>
<script language="
javascript">
 step=0
 function flash_title()
 {
  step++
  if (step==3) {step=1}         
  if (step==1) {document.title='【你有新的消息】'}
  if (step==2) {document.title='【      】'}
  setTimeout("flash_title()",380);
 }
 flash_title()
</script>
脚本学堂,欢迎大家的光临。
</body>
</html>