t=location.href;
a=t.indexOf(".de/")+4;
if (window.name!="print" && window.name!="rechts" && t.slice(a-13,a-4) != "Sicherung")
{
t1=t.slice(0,a);
t2=t.slice(a);
b=t2.indexOf("/");
t3=t2.slice(0,b);
if(isNaN(t3) == false) {t3="archiv"}
t0=".php?rechts="
t4=t1+t3+t0+t2;
window.location.href=t4
}
