	if (window == top)
	{

		var y = escape(location.search);
//		alert(y);
//		alert (location.pathname);
		var x = location.pathname;
		if (y > "")
		{
			x = x + y;
		}
//		alert(x);
		top.location.href = "/index.php?page=" + x;
	}

