window.onload = function()
  {
  if (location.search.length > 1)
    {
    window.frames["Inhalt"].location.href = location.search.substring(1);
    }
  }