if (top.frames.length == 0)
{
	// top.location.href="http://neue-kirche-lengfeld.bnmsp.de/frame.php";
	var uri = parseUri(document.URL);

	var comp = uri.path;

	if ( uri.query )
	{
		comp += "?";
		comp += uri.query;
	}

	comp = comp.replace(/^\//,'');

	// alert("URL: "+comp);

	top.location.href=("http://www.kirche-lengfeld.de/?"+comp);
} 
