function noHijack()
{
  /* Prevent Page Hijacking */
  if (top.location != self.location) {
   top.location = self.location
  }
}
