    if(window.top==window.self)
	window.location = '/index.html?page=' + location.pathname + location.search;
//alert(location.pathname + location.search);

