function SendBackButton(whch)
	{
	if (getCookie('BackButton') != '')
		{
		var target = getCookie('BackButton');
		whch.href = target;
		}
	}

