
function verifica(){
	if (parent.location.href == self.location.href){
		self.location="default.asp"
	}
}
