// If a user visits the page within a frame then move page to the top

if (top != self) top.location.href = self.location.href




