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

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

	var theItemCount = 3;

	
		theSummaries[0] = "Customer quote one  ...";
		theSiteLinks[0] = "../business-simulations-clients.html";
	
		theSummaries[1] = "Customer quote two ...";
		theSiteLinks[1] = "../business-simulations-clients.html";
	
		theSummaries[2] = "Customer quote two ...";
		theSiteLinks[2] = "../business-simulations-clients.html";

	

	startTicker();
