// JavaScript Document
function evita_frame(){
if (top.location.href != self.location.href){
top.location.href = self.location.href;
}
}