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

