function findParent(){
	if (document.location.href==top.location.href)
		top.location.href= "./index.html";
}
