var thispagename = self.location.href.substring(self.location.href.lastIndexOf('/')+1,self.location.href.length);

if(!parent.Hauptframe)
{
window.location.replace("index.html?"+thispagename);

}
