function addFavorite01() {
  isNN4 = (navigator.appVersion.charAt(0)>=4 && (navigator.appName).indexOf("Netscape") != -1);
  isIE4 = (navigator.appVersion.charAt(0)>=4 && (navigator.appVersion).indexOf("MSIE") != -1);
  if (isIE4) {
    window.external.AddFavorite('http://www.lancru70.com','【トヨタランクル７０専門買取サイト［ ランクス ］');
  }else{
    alert("お使いのブラウザではこの機能はお使いになれません")
  }
}