

var divtext = new Array();
var divh = new Array();
var objst = new Array();
var objs = new Array();
var objsh = new Array();
uagent = window.navigator.userAgent.toLowerCase();
IEB=(uagent.indexOf('msie') != -1)?true:false;
var scompat = document.compatMode;
var kalan=0;
var vcurr=0;
var vnext=0;
var str2='';
var mc=0;
mc=text.length;
stepc=parseInt(20*(4000/1000));
dif=0.00;
op=1.00;
dif=(1.00/stepc);
var RealTickerWidth=0;
var RealTickerHeight=0;
var CalcIcWidth=0;
var CalcIcHeight=0;
var nstheight=0,nst2width=0;
nstheight=22-1-1;
nst2width=900-1-1;
var icwidth=900;
var icheight=22;
var msgw,msgh;
msgw=900-120;
if((IEB==true)&&(scompat == "BackCompat" )){ RealTickerWidth=900;
	RealTickerHeight=22;
}
else{ RealTickerWidth=900-2*(1);
	RealTickerHeight=22-2*(1);
} 
CalcIcWidth=900-2*(1);
CalcIcHeight=22-2*(1);
str2='';
str2=str2+'<div style="position:relative;width'+RealTickerWidth+':px;height:'+RealTickerHeight+'px;left:0px;top:0px;overflow:hidden;visibility:visible;'+'border-style:solid; border-width:1px; border-color:#F3F3F3;'+'">';
for(i=0;i<mc;i++) { 
	divh[i]='<div id="dh'+i+'" style="position:absolute;visibility:inherit;background:'+'#F3F3F3'+'; COLOR:#b30000;padding-top:'+0+'px;padding-left:'+0+'px;'+'left:0px; top:0; width:'+120+'px; height:'+(22-2*1)+'px; FONT-FAMILY: '+'Verdana'+'; FONT-SIZE: '+8+'pt; font-style: '+'normal'+'; font-weight: '+'normal'+'; TEXT-DECORATION: '+'none'+';margin:0px; overflow:hidden;text-align:'+'center'+';cursor: default;">';
	divtext[i]='<div id="d'+i+'" onmouseover="mdivmo('+i+')" onmouseout ="restime('+i+')" onclick="butclick('+i+')"'+' style="position:absolute;visibility:inherit;background:#F3F3F3; COLOR:'+'#666666'+'; '+'padding-top:'+0+'px;padding-left:'+8+'px;'+' left:'+120+'px; top:0; width:'+(msgw-2*1-0)+'px;height:'+(22-2*1)+'px; FONT-FAMILY: '+'Verdana'+'; FONT-SIZE: '+'8'+'pt; font-style: '+'normal'+'; font-weight: '+'normal'+'; margin:0px; TEXT-DECORATION: '+'none'+'; overflow:hidden;text-align:'+'left'+';cursor: default;">';
	str2=str2+'<div id="op'+i+'" style="position:absolute;overflow:hidden;visibility:hidden;left:0px;top:0px;width:'+CalcIcWidth+'px; height:'+CalcIcHeight+'px;border-style:solid;border-width:0px;">';
	str2=str2+''+divh[i]+''+header[i]+'</div>'+divtext[i]+''+text[i]+'</div>';
	str2=str2+'</div>';
 }
 str2=str2+'</div>';
 
 
 setTimeout('initte()',100);
