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

