<!--
function ladeframenach() {
//alert("ladeframenach gestartet");
	if(!parent.links){
		location.href="default.htm?" + location.pathname;
		//alert("if");
		}
}
-->