zss1100
爱就要负责

<script language="JavaScript" type="text/javascript">
  message     = "1.欢迎您光临无忧源码网!无忧源码网为您提供各种免费建站资料!如果您喜欢本站,请向您的朋友推荐!^" +
                "2.我们专业敬业,我们热情真诚,我们秉着互惠互利,实现双赢的服务理念,希望对您及您的事业有所帮助!^" +
                "3.联系QQ:20540051 Tel:02129729500 E-mail:51it.org@gmail.com!^" +
                "4.请您记住本站的域名:http://www.51it.org,并告诉您身边的朋友!谢谢!^"+
                "^"
  scrollSpeed = 35
  lineDelay   = 3500

  // Do not change the text below //

  txt         = ""

  function scrollText(pos) {
    if (message.charAt(pos) != '^') {
      txt    = txt + message.charAt(pos)
      status = txt
      pauze  = scrollSpeed
    }
    else {
      pauze = lineDelay
      txt   = ""
      if (pos == message.length-1) pos = -1
    }
    pos++
    setTimeout("scrollText('"+pos+"')",pauze)
  }

  // Unhide -->
scrollText(0)
</script> 

posted on 2007-03-04 17:23  打你鸟鸟头  阅读(207)  评论(0)    收藏  举报