function nologin(){
  alert("この先は会員専用コンテンツです。\nログインするか、会員登録（無料）がまだの方は\nご登録の上、ログインしてください。");
  return false;
}

