var marqueewidthACT="280px" var marqueeheightACT="100px" //a mayor mas rapido var marqueespeedACT=1 var pauseit=1 //todo en una sola linea, backslashear coma alta (\') var marqueecontentACT='.' marqueespeedACT=(document.all)? marqueespeedACT : Math.max(1, marqueespeedACT-1) var copyspeedACT=marqueespeedACT var pausespeedACT=(pauseit==0)? copyspeedACT: 0 var iedomACT=document.all||document.getElementById var actualheightACT='' var cross_marqueeACT, ns_marqueeACT function correrlos(){ populateACT() populate() } function populateACT(){ if (iedomACT){ cross_marqueeACT=document.getElementById? document.getElementById("iemarqueeACT") : document.all.iemarqueeACT cross_marqueeACT.style.top=parseInt(marqueeheightACT)+8+"px" cross_marqueeACT.innerHTML=marqueecontentACT actualheightACT=cross_marqueeACT.offsetHeight } else if (document.layers){ ns_marqueeACT=document.ns_marqueeACT.document.ns_marquee2ACT ns_marqueeACT.top=parseInt(marqueeheightACT)+8 ns_marqueeACT.document.write(marqueecontentACT) ns_marqueeACT.document.close() actualheightACT=ns_marqueeACT.document.height } lefttime=setInterval("scrollmarqueeACT()",50) } window.onload=correrlos function scrollmarqueeACT(){ if (iedomACT){ if (parseInt(cross_marqueeACT.style.top)>(actualheightACT*(-1)+8)) cross_marqueeACT.style.top=parseInt(cross_marqueeACT.style.top)-copyspeedACT+"px" else cross_marqueeACT.style.top=parseInt(marqueeheightACT)+8+"px" } else if (document.layers){ if (ns_marqueeACT.top>(actualheightACT*(-1)+8)) ns_marqueeACT.top-=copyspeedACT else ns_marqueeACT.top=parseInt(marqueeheightACT)+8 } } if (iedomACT||document.layers){ with (document){ if (iedomACT){ write('
') write('
') write('
') } else if (document.layers){ write('') write('') write('') } } }