var uebergabe;
if (window!= top)
top.location.href=location.href;
function PcheckUp(){
if(window.location.search != ""){
uebergabe=window.location.search.substr(1,window.location.search.length);
top.frames['mitte-p'].location.replace(uebergabe);
}
}

