function inicio() { //Función inicial para el banner de los anunciantes -NO MODIFICAR --
    vanunciante=new Array();
    vreferencia=new Array;
    vinculo=new String();
    vinculo="anunciantes/stilo/stilo.htm";
    vreferencia[0]="serv/colonial/index.htm";
    vreferencia[1]="serv/colonial/index.htm";
    vreferencia[2]="anunciantes/celobert/celobert.htm";
    vreferencia[3]="anunciantes/stilo/stilo.htm";
    vreferencia[4]="anunciantes/grupassa/grupassa.htm";
    vreferencia[5]="serv/colonial/index.htm";
    vreferencia[6]="serv/colonial/index.htm";
    vreferencia[7]="serv/colonial/index.htm";
    vreferencia[8]="anunciantes/celobert/celobert.htm";
    vreferencia[9]="anunciantes/stilo/stilo.htm";
    vreferencia[10]="anunciantes/grupassa/grupassa.htm";
       for (i=0;i<=10;i++)
	  {  vanunciante[i]=new Image();
		 vanunciante[i].src="images/anunc_p/num"+i+".gif";}
	i=0;
	setInterval("anunciantes()",2000); }
function anunciantes() {//BANNER de los anunciantes --Aqui cambiamos las imagenes ANUNCIANTES--
                   if (i==11) 
	    i=0
	  document.images["anunciante"].src=vanunciante[i].src;
	  vinculo=vreferencia[i];
                       i++; }
function ir_a(){//Va a la pagina de los anunciantes
          window.open(vinculo,'','scrollbars, Resizable, toolbar');
		  		    }
