
// make sure this window loads to the top window
if (window != top) {
    top.location.href = window.location.href;
}


