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]='打造教育培训行业的阿里巴巴、做最好的开放式招生平台'

tickers[4]='高效、简便、零成本  的培训项目展示推广平台！'

tickers[5]='培训机构免费发布信息、学员免费参训报名'

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()",9000)
}
if (document.all)
document.write('<div id=tempone style="width: 100%; position: relative; height: 20px"></div>')

begintransnewsone();

