
	<!--

	var theCharacterTimeout = 50;
	var theStoryTimeout     = 5000;
	var theWidgetOne        = "_";
	var theWidgetTwo        = "-";
	var theWidgetNone       = "";
	var theLeadString       = "LATEST:&nbsp;";

	var theSummaries = new Array();
	var theSiteLinks = new Array();

	var theItemCount = 	5;


		theSummaries[0] = "Internet access now available in our Hostels! ";
		theSiteLinks[0] = "/uk/pages/hostels/london-hostels.aspx";

		theSummaries[1] = "Superior en-suite singles at Friendship House. Book now!! Limited availability.";
		theSiteLinks[1] = "/uk/pages/hostels/london-hostels.aspx";

		theSummaries[2] = "New Release - Enhanced Singles at Belsize From &pound;145pppw - Book now!!!";
		theSiteLinks[2] = "/uk/pages/hostels/london-hostels.aspx";

		theSummaries[3] = "FREE Wi-Fi access with your laptop now available";
		theSiteLinks[3] = "/uk/pages/hostels/london-hostels.aspx";

		theSummaries[4] = "New self catered Hostel Torquay House opening 10th January 2008 - phone 0207 2895420 to book or see ";
		theSiteLinks[4] = "/uk/pages/hostels/london-hostels.aspx";



	startTicker();
	
	//-->