// weiterleitung
if(top.frames.length <= 0)
{
function weiterleitung() {
top.location.href = '../index.html?' + location.pathname; // index.html = zielseite
}
setTimeout("weiterleitung()", 3000);
}
