mainURL = "index.html";
url_found = (top.location.href.indexOf(mainURL) >= 0);
if (!url_found || (window == top))
top.location.href = mainURL;

