var marqueewidth=539;var marqueeheight=14;var marqueestepsize=1;var marqueetime=15;var marqueebgcolor="transparent";var pauseit=1;var separator="&nbsp;&nbsp;&nbsp;&bull;&nbsp;&nbsp;&nbsp;";var copyspeed=marqueestepsize;var pausespeed=(pauseit==0)?copyspeed:0;var actualwidth="";var cross_marquee,ns_marquee;var lefttime=false;function populate(){bubu=0;cross_marquee=document.getElementById("iemarquee");cross_marquee.style.left=String(marqueewidth+8)+"px";cross_marquee.innerHTML=marqueecontent;copyspeed=marqueestepsize;actualwidth=document.getElementById("tempX").offsetWidth;if(lefttime){window.clearInterval(lefttime)}lefttime=window.setInterval("scrollmarquee()",marqueetime)}var bubu=0;function scrollmarquee(){if(!cross_marquee||!cross_marquee.style){return }if(parseInt(cross_marquee.style.left)>(actualwidth*(-1)+8)){cross_marquee.style.left=(parseInt(cross_marquee.style.left)-copyspeed)+"px"}else{cross_marquee.style.left=(marqueewidth+8)+"px"}}function machMarquee(){var A=document.getElementById("idMarquee");A.style.display="block";A=document.getElementById("idMarqueeDiv1");A.style.width=marqueewidth+"px";A.style.height=marqueeheight+"px";A=document.getElementById("idMarqueeDiv2");A.style.width=marqueewidth+"px";A.style.height=marqueeheight+"px";A.style.backgroundColor=marqueebgcolor};