/*
// wegen RewriteRule über router.php nicht mehr notwendig
if (parent==null || parent.ID_USER==null)
{
	var v_i_pos = window.location.href.indexOf(window.location.host) + window.location.host.length;
	var v_URI = window.location.href.substring(v_i_pos, window.location.href.length);
	v_URI = encodeURIComponent(v_URI);
	top.location.href = "/index.php?seite=" + v_URI;
}
*/
