// JavaScript Document
var marqueewidth=180
var marqueeheight=60
var speed=2
var marqueecontents='<font face="Arial" size="2"><strong>  <center> <a href="http://groups.msn.com/bombarenca" target="_blank"> Ingresa a nuestro Grupo de MSN </a> </center> <br><br>  <center>  <a href="citaciones.htm" target="_blank"> ...:::Citación de Compañia:::... </a>  </center>  <br><br>  <a href="mailto:21compania@gmail.com ">  <center> ENVIANOS INFORMACION QUE DESEES QUE PUBLIQUEMOS A: encargado21@cbs.cl </center>  </strong>  <br><br> <strong> <a href="mailto: encargado21@cbs.cl?subject= DESEO RECIBIR INFORMACION DE LA VIGESIMO PRIMERA COMPAÑIA &Body= Envíenos sus datos (Nombre, Teléfono, Para nuestra base de datos )">    <center> Reciba Información de nuestra compañía. </center> <br><br>  <br><br>  <a href="mailto:encargado21@cbs.cl?subject= DESEO SER SOCIO COOPERADOR DE LA VIGÉSIMO PRIMERA &Body= Envíenos sus datos (Nombre, Teléfono, dirección, día y horario en donde lo podemos ubicar.)"> <center>  AYUDA A LA VIGESIMO PRIMERA COMPAÑIA ENVIANOS TU MAIL  </center> <br><br> </strong>  </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()",80)
}
else{
document.cmarquee01.document.cmarquee02.top=marqueeheight
scrollit()
}
}
window.onload=regenerate2
