var head=''
var top=1
var maxheight
var finished=false
var tickers=new Array()

tickers[1]='<a>富甲天下域名一:114466.com</a>'
tickers[2]='<a>富甲天下域名二:114499.com</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%;filter:revealTrans(duration=2,transition=23)">'+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()",9000)
}
if (document.all)
document.write('<span id=ns style="display:none;">')
document.write('');