<!--
// browser test:
if (document.images) {
  if (self !=top)
   {
    top.location.href=self.location.href;
  }
}
// -->
