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]='客服电话：0459-6046111 6046222 6046345'

tickers[2]='在线：QQ:15888 16888 MSN:y16888@msn.com'

tickers[3]='如果在使用中遇到问题请联系客服人员协助你'

tickers[4]='希望我们提供的服务能对您招聘求职提供帮助'

for (i=1;i<=tickers.length-1;i++){
if (tickers[i].length>=tickers[top].length)
top=i
}
if (document.all)
document.write('<span id="whatsnewone" style="width:100%;height=10;filter:revealtrans(duration=.5,transition=23)">'+tickers[0]+'</span>')

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('<div id=tempone style="width: 100%; position: relative; height: 20px"></div>')

begintransnewsone();