
// ancho
var marqueewidth=150
// alto
var marqueeheight=300
// velocidad
var speed=1
// contenido del scroll
var marqueecontents='<table width="150" border="0" cellpadding="3" cellspacing="2"><tr><td><span class="anuncios_tit"><a href="http://www.rutasyturismo.com.ar/anuncios/click.php?url=http://www.rutasyturismo.com.ar/tucuman/ruinas-de-quilmes.html">Ruinas de Quilmes </a><br /></span><span class="anuncios_subtit">Tucuman : <br />Corazon de los Valles Calchaquies. </span></td></tr><tr><td><hr /></td></tr><tr><td><span class="anuncios_tit"><a href="http://www.rutasyturismo.com.ar/anuncios/click.php?url=http://www.rutasyturismo.com.ar/jujuy/tilcara.html">Tilcara</a><br /></span><span class="anuncios_subtit">Jujuy :<br />En el centro de la Quebrada de Humahuaca. </span></td></tr><tr><td><hr /></td></tr><tr><td><span class="anuncios_tit"><a href="http://www.rutasyturismo.com.ar/anuncios/click.php?url=http://www.rutasyturismo.com.ar/salta/sanlorenzo.html">San Lorenzo </a><br /></span><span class="anuncios_subtit">Salta : <br />A minutos de la Capital Salteņa. </span></td></tr><tr><td><hr /></td></tr><tr><td><p class="anuncios_tit"><a href="http://www.rutasyturismo.com.ar/anuncios/click.php?url=http://www.rutasyturismo.com.ar/mendoza/mendoza.html">Mendoza</a></p><p class="anuncios_subtit">Nieve, monta&ntilde;a, aventura y buen vino. </p></td></tr></table>'
if (document.all)
document.write('<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


