// 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 = 2;

		theSummaries[0] = "Book your stay at Academy Hotel via our secure server";
		theSiteLinks[0] = "http://www.secure-hotel-booking.com/Academy-Plaza-Hotel/2TGA/dateselection";
		
		theSummaries[1] = "Check out our location with the interactive map";
		theSiteLinks[1] = "location.htm";

		
	
		

			

	startTicker();
	
	//-->