var tickerwidth="200px";var tickerheight="70px";var fontcss="font: Verdana; color:black";var tickdelay=3000;var highlightspeed=2;var highlightcolor="lightyellow";var backdroptextcolor="#E1E1E1";var font_titleface="Verdana";var font_titlecolor="FF0000";var font_titlecolor1="FF9999";var font_titlesize=2;var font_copyface="Verdana";var font_copycolor="660000";var font_copycolor1="999999";var font_copysize=2;var currentmessage=0;var clipbottom=1;function changetickercontent(){msgheight=clipbottom=crosstick.offsetHeight
crosstick.style.clip="rect("+msgheight+"px auto auto 0px)"
var mes_split=message[currentmessage].split("|")
var contenttext="<font face='"+font_titleface+"' color='"+font_titlecolor+"' size='"+font_titlesize+"'>"+mes_split[0]+"</font><br><font face='"+font_copyface+"' color='"+font_copycolor+"' size='"+font_copysize+"'>"+mes_split[1]+"</font></td></tr>"
var contenttext1="<font face='"+font_titleface+"' color='"+font_titlecolor1+"' size='"+font_titlesize+"'>"+mes_split[0]+"</font><br><font face='"+font_copyface+"' color='"+font_copycolor1+"' size='"+font_copysize+"'>"+mes_split[1]+"</font></td></tr>"
crosstickbg.innerHTML=contenttext1
crosstick.innerHTML=contenttext
highlightmsg()}function highlightmsg(){if(clipbottom>0){clipbottom-=highlightspeed
crosstick.style.clip="rect("+clipbottom+"px auto auto 0px)"
beginclip=setTimeout("highlightmsg()",20)}else{clipbottom=msgheight
clearTimeout(beginclip)
if(currentmessage==message.length-1)currentmessage=0
else currentmessage++
setTimeout("changetickercontent()",tickdelay)}}function start_ticking(){crosstickbg=document.getElementById?document.getElementById("TextBack"):document.all.TextBack
crosstick=document.getElementById?document.getElementById("TextContent"):document.all.TextContent
crosstickParent=crosstick.parentNode?crosstick.parentNode:crosstick.parentElement
if(parseInt(crosstick.offsetHeight)>0)crosstickParent.style.height=crosstick.offsetHeight+'px'
else
setTimeout("crosstickParent.style.height=crosstick.offsetHeight+'px'",100)
changetickercontent()}
