// 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 = 4;
	
		theSummaries[0] = "Anything but ordinary";
		theSiteLinks[0] = "#";
	
		theSummaries[1] = "'Friendly, reputable and extremely experienced...' Thomas Cook";
		theSiteLinks[1] = "#";
		
		theSummaries[2] = "Extraordinary lawyers for an extraordinary industry";
		theSiteLinks[2] = "#";
		
		theSummaries[3] = "'First rate advice and service' Expedia";
		theSiteLinks[3] = "#";