var sPath = window.location.pathname;
//var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1);
var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1);

if (top.location.href.indexOf("index.html") == -1)
top.location.href = "index.html?" + sPage + "&2";
