// JavaScript Document

function verificarPadre()
{
	if (window.parent == window.self){			
		window.parent.location = "default.asp";
	}
}

