	var theCharacterTimeout = 50;
	var theStoryTimeout     = 5000;
	var theWidgetOne        = "";
	var theWidgetTwo        = "";
	var theWidgetNone       = "";
	var theLeadString       = "";

	var theSummaries = new Array();
	var theSiteLinks = new Array();

	var theItemCount = 3;
	
		theSummaries[0] = "Keep children and animals away from frozen areas of water such as ponds, lakes and canals";
		theSiteLinks[0] = "/media/releases/2010-12-02.shtml";

		theSummaries[1] = "For tips on staying safe and warm this winter, click here";
		theSiteLinks[1] = "/media/releases/2010-12-01.shtml";

		theSummaries[2] = "For winter road safety tips, click here";
		theSiteLinks[2] = "/media/releases/2010-11-29-a.shtml";


	startTicker();
