//Indica aquí, en pixels, el ancho de tu marquesina
var marqueewidth=450
//Indica aquí, en pixels, el alto de tu marquesina
var marqueeheight=20
//Indica aquí la velocidad de recorrido del texto
var speed=3
//Escribe el mensaje que debe aparecer (con sus correspondientes enlaces, si los hay)
var marqueecontents='<font face="Verdana"><strong><big><a href="oferta.html" class="menulink">OFERTA DEL MES: DIBIPACK 4255
GRANDES APLICACIONES A BAJO COSTE ---- ECOSPIR ELC/SN LA MAS SENCILLA Y ECONOMICA ENVOLVEDORA DE PALETS</span></a> </strong></font>'

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

