if (self == top) {
	var cBase = location.protocol + "//" + location.hostname;
	var tPage = location.href.substring(cBase.length);
	var tUrl = "../index.html?page=" + escape(tPage);
	top.location.replace(tUrl);
}
