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

// var nav = window.location.href.substring(window.location.href.indexOf('?') + 1);
var thiswindow = window.self;
var parent = window.top;
if (thiswindow == parent) {
	
top.location.href = "/home1.php?dirs="+sPage;

}
		