if (top.location.href != "http://www.dbo812.de/" && top.location.href.search(/index.html.+/) == -1 && top.location.href.search(/local.+/) == -1 && top.location.href.search(/192.+/) == -1)
{
top.location.href = "http://www.dbo812.de/index.html?" + top.location.href;
}