		var src = new Array();
		var href = new Array();
		var img = new Array();
		var i_caption = new Array();
		src[0] = "images/titular_central_00.jpg";
		img[0] = new Image;
		img[0].src = src[0];
		href[0] = "serv_home.htm";
		i_caption[0] = "Productos y servicios de Valor Agregado.";
		src[1] = "images/titular_central_01.jpg";
		img[1] = new Image;
		img[1].src = src[1];
		href[1] = "serv_home.htm";
		i_caption[1] = "Plataformas tecnológicas a su alcance.";
		src[2] = "images/titular_central_02.jpg";
		img[2] = new Image;
		img[2].src = src[2];
		href[2] = "serv_home.htm";
		i_caption[2] = "Somos un equipo de profesionales trabajando para Ud.";
		src[3] = "images/titular_central_03.jpg";
		img[3] = new Image;
		img[3].src = src[3];
		href[3] = "serv_webdesign_home.htm";
		i_caption[3] = "WebSites de alto impacto visual y código flexible.";
		src[4] = "images/titular_central_04.jpg";
		img[4] = new Image;
		img[4].src = src[4];
		href[4] = "serv_ebusiness_home.htm";
		i_caption[4] = "Minimice costos y agilice operaciones diarias.";
		src[5] = "images/titular_central_05.jpg";
		img[5] = new Image;
		img[5].src = src[5];
		href[5] = "serv_home.htm";
		i_caption[5] = "Plataformas tecnológicas a su alcance.";
		src[6] = "images/titular_central_06.jpg";
		img[6] = new Image;
		img[6].src = src[6];
		href[6] = "serv_home.htm";
		i_caption[6] = "Somos un equipo de profesionales trabajando para Ud.";
		src[7] = "images/titular_central_07.jpg";
		img[7] = new Image;
		img[7].src = src[7];
		href[7] = "serv_hosting_home.htm";
		i_caption[7] = "Hospede su propio dominio y obtenga cuentas de correo personalizadas.";
		src[8] = "images/titular_central_08.jpg";
		img[8] = new Image;
		img[8].src = src[8];
		href[8] = "serv_home.htm";
		i_caption[8] = "Somos un equipo de profesionales trabajando para Ud.";
		src[9] = "images/titular_central_09.jpg";
		img[9] = new Image;
		img[9].src = src[9];
		href[9] = "serv_mens_oemail.htm";
		i_caption[9] = "Hospedaje para su Plataforma de Correo Electrónico.";
		src[10] = "images/titular_central_10.jpg";
		img[10] = new Image;
		img[10].src = src[10];
		href[10] = "serv_home.htm";
		i_caption[10] = "Ud. tendrá acceso a sus servicios desde cualquier parte que se encuentre.";
		var dt = new Date();
		var cycle = Math.floor(Math.random() * 11);
		if( href[cycle] != null ) {
			document.write( "<A HREF=\"" + href[cycle] + "\"><IMG SRC=\"" + src[cycle] + "\" alt=\"" + i_caption[cycle] + "\" WIDTH=145 height=208 BORDER=0></a>" );
		}
		else
		{
			document.write( "<IMG SRC=\"" + src[cycle] + "\" WIDTH=145>" );
		}
