<head><script>
<!--
function correct(){
if (finished){
setTimeout("begin()",3000)
}
return true
}
window.onerror=correct
function begin(){
if (!document.all)
return
if (maxheight==null)
maxheight=temp.offsetHeight
whatsnew.style.height=maxheight
temp.style.display="none"
c=1
finished=true
change()
}
//-->
</script>
<style>
<!--
#whatsnew a{color:730073;text-decoration:none}
#whatsnew, #temp {font-weight:bold}
#whatsnew a:hover{color:red}
-->
</style>
</head>
<body onLoad="begin()">
<script language="javascript1.2">
<!--
/*
bywww.qpsh.com
*/
var head=''
var top=0
var maxheight
var finished=false
var tickers=new Array()
tickers[0]='<a href="http://www.qpsh.com">网页特效是用程序代码在网页中实现特殊效果或者特殊功能的一种技术。</a>'
tickers[1]='<a href="http://www.qpsh.com">它为网页活跃了气氛,增加了网站的亲和力。</a>'
tickers[2]='<a href="http://www.qpsh.com">一般在你想添加特效的地方直接粘贴特效代码即可。</a>'
tickers[3]='<a href="http://www.qpsh.com">在本站下载的特效代码,都有详细说明,按说明使用即可。</a>'
tickers[4]='<a href="http://www.qpsh.com">网页颜色搭配代码集 Escape在线加密解密</a>'
for (i=1;i<=tickers.length-1;i++){
if (tickers[i].length>=tickers[top].length)
top=i
}
if (document.all)
document.write('<span id="whatsnew" style="width:100%;height=10;filter:revealTrans(duration=2,transition=19)">'+tickers[0]+'</span>')
function change(){
whatsnew.innerHTML=''
whatsnew.filters.revealTrans.apply()
whatsnew.filters.revealTrans.play()
whatsnew.innerHTML=tickers[c]
if (c==tickers.length-1)
c=0
else
c+=1
setTimeout("change()",5000)
}
if (document.all)
document.write('<span id=ns style="display:none;">')
//-->
</script>
<!--Insert alternate HTML codes here
that will be seen by browsers OTHER
than IE 4.x-->
</span>
<span id=temp style="position:absolute;left:0;top:0" style=&{head};>
<script>
<!--
if (document.all){
temp.style.width=whatsnew.style.width
document.write(tickers[top])
}
//-->
</script>
</span><br>
</body>
本代码由<a href=http://www.qpsh.com>网页特效网</a>提供