Código:
<script language="JavaScript1.2">
// ancho
var marqueewidth=450
// alto
var marqueeheight=70
// velocidad
var speed=1
// contenido del scroll
var marqueecontents='<font face="Trebuchet MS" size="3" color="#000000"><a href="noticiaconcreta.php?id=73" target="_blank"><strong>Más de 700 evaluadores/as van a participar este año en las sesiones de reciclaje del Club de Evaluadores<br><br><font face="Trebuchet MS" size="3"><a href="noticiaconcreta.php?id=68" target="_blank"><strong>Ya puede inscribirse en el Curso en Gestión de Calidad y Excelencia 2006 <br><br><font face="Trebuchet MS" size="3"><a href="noticiaconcreta.php?id=66" target="_blank"><strong>Entrega de los premios Q Plata y Q Oro – Premio Vasco a la Calidad de Gestión 2005 <br><br><font face="Trebuchet MS" size="3"><a href="noticiaconcreta.php?id=65" target="_blank"><strong>Semana Europea de la Calidad. Innovación en la Empresa y en la Administración Pública<br><br><font face="Trebuchet MS" size="3"><a href="noticiaconcreta.php?id=60" target="_blank"><strong>Hospital de Zumárraga, Fundación Novia Salcedo y Euskalit, Premios Europeos a la Excelencia en la Gestión </strong></a></font>'
if (document.all)
document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>')
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
intializemarquee()
}
}
function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.write(marqueecontents)
document.cmarquee01.document.cmarquee02.document.close()
thelength=document.cmarquee01.document.cmarquee02.document.height
scrollit()
}
function scrollit(){
if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.top-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.top=marqueeheight
scrollit()
}
}
window.onload=regenerate2
</script>

