if (top.location.href.indexOf("http://") == 0)
	{
	if (top.location.href.indexOf("http://www.atw-travel.de") != 0 && top.location.href.indexOf("http://atw-travel.de") != 0)
		{
		top.location.href = "http://www.atw-travel.de";
		}
	}
