if(top==self){
	var parametros = escape(self.location.href);
	top.location='index.cfm?fuera=' + parametros;
}