function reindirizzaFrame(indirizzo) {
	var url = parent.location.href;
	if (window.location.href == url) {
		location.href = indirizzo;
	}
}
