// Force contain all pages within the proper interface design

if (parent.location.href == self.location.href)
  {
    window.location.href = '/index.php';
  }
