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()",5000)
}
if (document.all)
document.write('<div id=tempone style="width: 100%; position: relative; height: 15px"></div>')
var tempone = document.getElementById('tempone');
begintransnewsone();