if (self != top){
  if (document.images) top.location.replace(document.location.href);
  else top.location.href = document.location.href;
}