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

		theSummaries[0] = "Sehen Sie es sich auf unserer interaktiven Karte an";
		theSiteLinks[0] = "lage.htm";

		
	
		

			

	startTicker();
	
	//-->