function begintransnewsone(){ if (!document.all) return if (maxheight==null) maxheight=tempone.offsetHeight whatsnewone.style.height=maxheight tempone.style.display="none" c=1 finished=true changenewsone() } var top=0 var maxheight var finished=false var tickers=new Array() tickers[0]='古 人 曰 :重 赏 之 下 必 有 勇 夫!' tickers[1]='此 为 中 华 寻 人 网 首 页 重 金 悬 赏 位 置。' tickers[2]='此 位 置 全 年 不 变。' tickers[3]='发 布 价 格 :400元/年。' for (i=1;i<=tickers.length-1;i++){ if (tickers[i].length>=tickers[top].length) top=i } if (document.all) document.write(''+tickers[0]+'') function changenewsone(){ whatsnewone.innerHTML='' whatsnewone.filters.revealTrans.apply() whatsnewone.filters.revealTrans.play() whatsnewone.innerHTML=tickers[c] if (c==tickers.length-1) c=0 else c+=1 setTimeout("changenewsone()",5000) } if (document.all) document.write('
') var tempone = document.getElementById('tempone'); begintransnewsone();