// BEGIN: do not let the site be displayed in an (i)frame
if (top.location!= self.location) {
    top.location = self.location.href
}
// END: do not let the site be displayed in an (i)frame
