var marqueewidth=350
var marqueeheight=15
var speed=4
var marqueecontents='<font face="Verdana" size="2"><strong><a style="color: #FFFFFF" href="http://www.editorialalvarado.com/cgi-bin/noticias/print.pl?article=2442" target="_blank">HERMOSA TODO EL AÑO </a>  -  <a style="color: #FFFFFF" href="http://www.editorialalvarado.com/cgi-bin/noticias/print.pl?article=2441" target="_blank">MUERE MOTOCICLISTA JAPONÉS EN COMPETENCIA </a>  -  <a style="color: #FFFFFF" href="http://www.editorialalvarado.com/cgi-bin/noticias/print.pl?article=2440" target="_blank">LA LLUVIA DESNUDA LA VULNERABILIDAD DEL PAÍS </a>  -  <a style="color: #FFFFFF" href="http://www.editorialalvarado.com/cgi-bin/noticias/print.pl?article=2439" target="_blank">RECETA NATURAL PARA UN ROSTRO DE PORCELANA </a>  -  <a style="color: #FFFFFF" href="http://www.editorialalvarado.com/cgi-bin/noticias/print.pl?article=2438" target="_blank">SE LLEVA EL TERCER LUGAR EN MICHIGAN </a>  -  '

if (document.all)
document.write('<marquee scrollAmount='+speed+' style="width:'+marqueewidth+'">'+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('<nobr>'+marqueecontents+'</nobr>')
document.cmarquee01.document.cmarquee02.document.close()
thelength=document.cmarquee01.document.cmarquee02.document.width
scrollit()
}

function scrollit(){
if (document.cmarquee01.document.cmarquee02.left>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.left-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.left=marqueewidth
scrollit()
}
}

window.onload=regenerate2 
