// JavaScript Document
function EscaparFrame() {
	if (window != top)
		top.location.href = location.href
}