if (top == self) {
    newURL = '/index.html?' + location.pathname;
    top.location.href = newURL;
}

