// JavaScript Document
var ancho=550
var alto=30
var velocidad=1
var contenido='<font color="#666666" class="v11g"><strong><a href="diputacion.htm">TAU firma un convenio con Diputaci&oacute;n</strong></a></font><br><br><br><font color="#666666" class="v11g"><strong><a href="transporte2.htm">Caja Madrid concede una ayuda para el transporte adaptado</strong></a></font><br><br><br><font color="#666666" class="v11g"><strong><a href="24junio.htm" target="_blank">El día a día en una vivienda tutelada</strong></a></font><br><br><br><font color="#666666" class="v11g"><strong><a href="transporte.htm">La Obra Social Caja Madrid subvenciona el transporte de Fundaci&oacute;n Tutelar TAU</strong></a>'


if (document.all)
document.write('<marquee direction="up" scrollAmount='+velocidad+' style="width:'+ancho+';height:'+alto+'">'+contenido+'</marquee>')

function regenerar(){
window.location.reload()
}
function regenerar2(){
if (document.layers){
setTimeout("window.onresize=regenerar",450)
inimarquee()
}
}

function inimarquee(){
document.cmarquee01.document.cmarquee02.document.write(contenido)
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-=velocidad
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.top=alto
scrollit()
}
}
window.onload=regenerar2