```javascript if (self === top) { // The page is not in an iframe document.body.style.display = "block"; } else { // The page is in an iframe top.location = self.location; } ```
top of page

PLANNING CALENDAR

bottom of page