function VecImagenes_banner_cabecera()
{
	  n=0;
	  this[n++]="imagenes/cabecera/banner_1.png"; 
	  this[n++]="imagenes/cabecera/banner_1.png";
	  this[n++]="imagenes/cabecera/banner_2.png"
	  this[n++]="imagenes/cabecera/banner_3.png"
	  this[n++]="imagenes/cabecera/banner_4.png"
	  this[n++]="imagenes/cabecera/banner_5.png"
	  this[n++]="imagenes/cabecera/banner_6.png"
	  				
	  this.N=n;
}

function VecImagenes_1()
{
	  n=0;
	  this[n++]="Galeria/Aleatorias/ale17.jpg"; 
	  this[n++]="Galeria/Aleatorias/ale17.jpg";
	  this[n++]="Galeria/Aleatorias/ale18.jpg"
	  this[n++]="Galeria/Aleatorias/ale19.jpg"
	  this[n++]="Galeria/Aleatorias/ale20.jpg"
	  this[n++]="Galeria/Aleatorias/ale21.jpg"
	  this[n++]="Galeria/Aleatorias/ale22.jpg"
	  this[n++]="Galeria/Aleatorias/ale23.jpg"
				
	  this.N=n;
}

 
    


function VecImagenes_2()
{
	  n=0;
	  this[n++]="Galeria/Aleatorias/ale29.jpg"; 
	  this[n++]="Galeria/Aleatorias/ale29.jpg";
	  this[n++]="Galeria/Aleatorias/ale24.jpg"
	  this[n++]="Galeria/Aleatorias/ale25.jpg"
	  this[n++]="Galeria/Aleatorias/ale26.jpg"
	  this[n++]="Galeria/Aleatorias/ale27.jpg"
	  this[n++]="Galeria/Aleatorias/ale28.jpg"
					
	  this.N=n;
}


 
    
function VecImagenes_3()
{
	  n=0;
	  this[n++]="Galeria/Aleatorias/ale.jpg"; 
	  this[n++]="Galeria/Aleatorias/ale.jpg";
	  this[n++]="Galeria/Aleatorias/ale1.jpg"
	  this[n++]="Galeria/Aleatorias/ale2.jpg"
	  this[n++]="Galeria/Aleatorias/ale3.jpg"
	  this[n++]="Galeria/Aleatorias/ale4.jpg"
	  this[n++]="Galeria/Aleatorias/ale5.jpg"
	  this[n++]="Galeria/Aleatorias/ale6.jpg"
	  this[n++]="Galeria/Aleatorias/ale7.jpg"
	  this[n++]="Galeria/Aleatorias/ale8.jpg"
	  this[n++]="Galeria/Aleatorias/ale9.jpg"
	  this[n++]="Galeria/Aleatorias/ale10.jpg"
	  this[n++]="Galeria/Aleatorias/ale11.jpg"
	  this[n++]="Galeria/Aleatorias/ale12.jpg"
	  this[n++]="Galeria/Aleatorias/ale13.jpg"
	  this[n++]="Galeria/Aleatorias/ale14.jpg"
	  this[n++]="Galeria/Aleatorias/ale15.jpg"
	 				
	  this.N=n;
}

 
 //lanzadera de tres funciones con el script 
 //window.onload = lanzadera;

    function funcion_primera(){ alert("Se ha lanzado la PRIMERA función");} 
    function funcion_segunda(){ alert("Se ha lanzado la SEGUNDA función");}
    function funcion_tercera(){ alert("Se ha lanzado la TERCERA función");}
    
    function lanzadera(){
        funcion_primera();
        funcion_segunda();
        funcion_tercera();
  		}
    




