var sPath = window.location.pathname;
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
if (top.location == self.location){
	top.location.href="index2.htm?passpage=" + escape(sPage);
}