// 著作権保護のため、他サイトに「フレーム化」されるのを防ぐ
if (top != self) {
  top.location.href = location.href;
}