<!--
if ( top.location != self.location ) {
  alert ("This site has been captured by someone elses\rframe. I am going to try to break out of it.");
  top.location.href = self.location;
  }
// -->