function frameCheck() {
  if (parent != self) {
        self.location.href = "http://www.rashied.nl/";
  }
}

