<!--
if(parent.frames.length==0)
{
url=document.URL;
pos = url.lastIndexOf("/");
tt = url.substr(pos+1);
Teil=tt.replace("#","&anker=");
window.location.href="index.asp?to=" + Teil;
}
//-->