
if (window.parent.location == window.location) {
var sPath = window.location.pathname;
//var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1);
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
window.top.location.replace('default.asp');
	}

