if (top.location == self.location) {
var sPath = window.location.pathname;
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
	document.location = "frames.php?name=" + sPage;
}


