if (top.location.href.indexOf("index.html") == -1) {
var sPath = location.pathname;
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
top.location.href = "index.html?" + sPage;
//top.location.href = "index.html?"+window.location.pathname;
}