function checkFrameset() {
  if ((window.location.host == "www.tarot-club.info") || (window.location.host == "www.tarotclub.info")) {
    if (top.frames.length == 0) {
      var url = location.search;
      location.href = "tc_reload.php"+url;
    }
  }
  else {
    if (top.frames.length == 0) {
      var url = location.search;
      location.href = "kf_reload.php"+url;
    }
  }
}

