//Mantém a Página fora de Frames
if (parent.frames.length>=1) { window.top.location.href=self.location; }
if (top.location!=self.location){ top.location=self.location; }
