if(window.parent.location == location.href){
	document.writeln("<form action='index.php' method='post' name='volver' target='_top'>");
	document.writeln("<input name='pagina' type='hidden' value=''>");
	document.writeln("</form>");
	document.volver.pagina.value = location.href;
	document.volver.submit();
}