
	var theCharacterTimeout = 50;
	var theStoryTimeout     = 5000;
	var theWidgetOne        = "_";
	var theWidgetTwo        = "-";
	var theWidgetNone       = "";
	var theLeadString       = "НОВОСТИ:&nbsp;";
	var theSummaries = new Array();
	var theSiteLinks = new Array();
	var theItemCount = 5;

theSummaries[0] = "Уоттс, Файнс и Таунсенд в Принце-полукровке...";
theSiteLinks[0] = "http://www.yarik.com/hp/news/9313/";
theSummaries[1] = "Вышла игра по фильму \"Гарри Поттер и Орден Феникса\"";
theSiteLinks[1] = "http://www.yarik.com/hp/news/7861/";
theSummaries[2] = "Представлены обложки седьмой книги";
theSiteLinks[2] = "http://www.yarik.com/hp/news/7029/";
		theSummaries[3] = "Ро закончила седьмую книгу";
		theSiteLinks[3] = "http://www.yarik.com/hp/news/6525/";
		theSummaries[4] = "Новые картинки и иллюстрации";
		theSiteLinks[4] = "http://www.yarik.com/hp/news/6312/";

	startTicker();

