// JavaScript Document

<!--
TE1="Asociacion cultural Falla General Barroso Litografo Pascual y Abad"; 
TE2="Asociacion cultural Falla General Barroso Litografo Pascual y Abad"; 
TE3="		Bienvenido a nuestra web";
M=TE1; 
cnt=0; 

function Nombrefalla(){ 
document.Nombrefalla.A.value=M; 
cnt++; 
if(cnt==1 && M==TE1){M=TE2;} 
if(cnt==2 && M==TE2){M=TE3;} 
if(cnt==3 && M==TE3){cnt=0;M=TE1;} 
setTimeout("Nombrefalla()",100); 
} 
// --> 

<!--
var d = new Date();
var y = d.getYear();
var m = d.getMonth() + 1;
var d = d.getDate();
var t = d +"/"+ m +"/"+ y
function fecha() {
document.write(""+ t +"");
}
//-->

<!--
function Ventana (URL,Nombre,Flags) { 
  window.open(URL,Nombre,Flags);
}
//-->