// JavaScript Document
<!--

	var theCharacterTimeout = 50;
	var theStoryTimeout     = 5000;
	var theWidgetOne        = "_";
	var theWidgetTwo        = "-";
	var theWidgetNone       = "";
	var theLeadString       = "";

	var theSummaries = new Array();
	var theSiteLinks = new Array();

	var theItemCount = 1;

		theSummaries[0] = "Ubicanos con nuestro mapa interactivo.";
		theSiteLinks[0] = "ubicacion.htm";

		
	
		

			

	startTicker();
	
	//-->