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