function HptFrame()
{
	var a = top.window.location.href;
	var b = a.length;
	var c = a.substr( b - 11, 11);
	if (((c != ".wsbock.com") && (c != "wsbock.com/")) && (c != "-sprache=nl"))
	{
//		top.window.location.href = "http://nl.wsbock.com/cgi-bin/nl_nutzernr.pl";
	}
}

function HptSeite()
{
	var a = top.window.location.href;
	var b = a.length;
	var c = a.substr( b - 11, 11);
	if (c != "-sprache=nl")
	{
//		top.window.location.href = "http://nl.wsbock.com/cgi-bin/nl_nutzernr.pl";
	}
}

function AutoFrame(Bezng)
{
	HptFrame();
	top.ArbPlatz.location.href = Bezng;
}
