var RedirectURL = "/index1.html?" + this.document.URL;
if (top.frameset_geladen + "" != "okay")
{
	top.location.href = RedirectURL;
}
