// JavaScript Document

	var theCharacterTimeout = 80;

	var theStoryTimeout     = 7000;

	var theWidgetOne        = "_";

	var theWidgetNone       = "";



	var theSummaries = new Array();

	var theSiteLinks = new Array();

	

		var theItemCount = 5;
		
			            theSummaries[0] = "Watch the latest 2 minute demo video for solochallenges offshore sailing...";

			theSiteLinks[0] = "http://www.solochallenges.com/reel.htm#solo"
		
			            theSummaries[1] = "Follow Woody during the 2010 Shetland Round Britain and Ireland Race here...";

			theSiteLinks[1] = "http://www.vandaloceanracing.com"
						
						theSummaries[2] = "Woody weather routing for trans-atlantic rowing team 'Vision of Cornwall'";

			theSiteLinks[2] = "http://solochallenges.com/row.htm"
			
						theSummaries[3] = "Andrew featured in History Channel documentary 'Underwater Universe'...";

			theSiteLinks[3] = "http://solochallenges.com/reel.htm#nwp"
		
			            theSummaries[4] = "New web layout in progress check back for updates...";

			theSiteLinks[4] = "http://www.solochallenges.com"		


	startTicker();

