/*********************************************** * Cross browser Marquee II- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for this script and 100s more. ***********************************************/ //var delayb4scroll=500 //Specify initial delay before marquee starts to scroll on page (2000=2 seconds) var marqueespeed=1 //Specify marquee scroll speed (larger is faster 1-10) var pauseit=1 //Pause marquee onMousever (0=no. 1=yes)? ////NO NEED TO EDIT BELOW THIS LINE//////////// var copyspeed=marqueespeed var pausespeed=(pauseit==0)? copyspeed: 0 var actualheight='' var texto='' var lefttime=0 document.write("
"); document.write("
"); texto=texto+"Agência CT - DF
"; texto=texto+""; texto=texto+"Mast promove 18º Semana de Astronomia
"; texto=texto+"Labjor - Unicamp - SP
"; texto=texto+""; texto=texto+"Grupo expõe campo de trigo artificial na avenida Paulista
"; texto=texto+"Agência Fapesp - SP
"; texto=texto+""; texto=texto+"Inpe inaugura laboratório de pesquisa ambiental
"; texto=texto+"Agência CT - DF
"; texto=texto+""; texto=texto+"Inpe é a instituição brasileira de pesquisa mais acessada na web
"; texto=texto+"Agência Brasil - DF
"; texto=texto+""; texto=texto+"Privatização das telecomunicações ampliou acesso, mas serviços são caros e ruins, dizem técnicos
"; texto=texto+"Jornow - SP
"; texto=texto+""; texto=texto+"OnSet alerta para o fim do suporte ao Windows Server 2000
"; texto=texto+"Agência CT - DF
"; texto=texto+""; texto=texto+"Cylon Gonçalves é nomeado presidente da Ceitec
"; texto=texto+"Governo da Bahia - BA
"; texto=texto+""; texto=texto+"Sefaz aperta o cerco na fiscalização da Nota Fiscal Eletrônica
"; texto=texto+"Portal do Consumidor - DF
"; texto=texto+""; texto=texto+"Ministério da Justiça determina que troca de celulares com defeito é responsabilidade das lojas
"; texto=texto+"Ministério do Meio Ambiente - DF
"; texto=texto+""; texto=texto+"Conama define em setembro obrigações sobre coleta de eletroeletrônicos
"; document.write(texto); document.write("
"); document.write("
"); function scrollmarquee(){ if (parseInt(cross_marquee.style.top)>(actualheight*(-1)+8)) cross_marquee.style.top=parseInt(cross_marquee.style.top)-copyspeed+"px" else{ cross_marquee=document.getElementById("vmarquee") //cross_marquee.style.top=0 marqueeheight=document.getElementById("painelexterno").offsetHeight actualheight=cross_marquee.offsetHeight cross_marquee.style.top=parseInt(marqueeheight)+8+"px" } } function initializemarquee(){ cross_marquee=document.getElementById("vmarquee") cross_marquee.style.top=0 marqueeheight=document.getElementById("painelexterno").offsetHeight actualheight=cross_marquee.offsetHeight cross_marquee.style.top=marqueeheight/10 if (window.opera || navigator.userAgent.indexOf("zzzNetscape/7")!=-1){ //if Opera or Netscape 7x, add scrollbars to scroll and exit cross_marquee.style.height=marqueeheight+"px" cross_marquee.style.overflow="scroll" return } lefttime=setInterval('scrollmarquee()',120); } function populate(){ } function popup(idnoticia){ window.open('http://www.redeclipex.com.br/painel/p_exibenoticia.php?idpainel=5527&idnoticia='+idnoticia+'&popup=sim','mywindow','width=500,height=600,scrollbars=YES') } initializemarquee(); /* if (window.addEventListener) window.addEventListener("load", initializemarquee, false) else if (window.attachEvent) window.attachEvent("onload", initializemarquee) else if (document.getElementById) window.onload=initializemarquee */