function AddSearch() {
    window.external.AddSearchProvider('http://www.e-kao.net/provider.xml');
}

function installSherlock(iconURL) {
    if (typeof window.sidebar == "object" && typeof window.sidebar.addSearchEngine == "function") {
        if (!iconURL) return true;
        window.sidebar.addSearchEngine(iconURL.slice(0, -4) + ".src", iconURL, null, null);
    } else {
        alert("この検索エンジンをインストールするには Firefox をご利用ください。");
    }
    return false;
}

function installOpenSearch(engineURL) {
    if (typeof window.external == "object" && typeof window.external.AddSearchProvider == "function") {
        if (!engineURL) return true;
        window.external.AddSearchProvider(engineURL);
    } else {
        alert("この検索エンジンをインストールするには Firefox 2以上 をご利用ください。");
    }
    return false;
}

function AddService() {
    window.external.AddService('http://www.e-kao.net/acceralators.xml');
}

if ((navigator.appVersion.indexOf("MSIE") > 6) && (parseInt(navigator.appVersion) >= 4) && (typeof document.body.style.maxHeight != "undefined")) {
    document.write("<a href='javascript:AddSearch()'><img src='http://www.e-kao.net/Img/addsearch.gif' width='16' height='16' alt='&#12463;&#12522;&#12483;&#12463;&#12377;&#12427;&#12392; Internet Explorer &#12398;&#26908;&#32034;&#38917;&#30446;&#12395;&#13;e-kao health search UTF-8 &#12434;&#36861;&#21152;&#12391;&#12365;&#12414;&#12377;&#12290;' /></a>");
}
if (!document.all && document.getElementById && navigator.userAgent.indexOf("Safari") < 0) {
    document.write("<a href=\"http://www.e-kao.net/\" onclick=\"return installOpenSearch('http://www.e-kao.net/providermoz.xml');\"><img src=\"http://www.e-kao.net/Img/addsearch.gif\" width=\"16\" height=\"16\" alt=\"e-kao health search UTF-8\" /></a>");
}
if (document.documentMode && document.documentMode == 8) {
    document.write(" <a href='javascript:AddService()'><img src='http://www.e-kao.net/Img/addservice.gif' width='16' height='16' alt='&#12463;&#12522;&#12483;&#12463;&#12377;&#12427;&#12392; Internet Explorer 8 &#12398;&#12450;&#12463;&#12475;&#12521;&#12524;&#12540;&#12479;&#12395;&#13;e-kao health search UTF-8 &#12434;&#36861;&#21152;&#12391;&#12365;&#12414;&#12377;&#12290;' /></a>");
}

document.write("&nbsp;<a accesskey=\"y\" href='http://bookmarks.yahoo.co.jp/action/bookmark?t=" + encodeURIComponent(document.title) + "&amp;u=" + encodeURIComponent(window.location.href) + "&amp;opener=bm&amp;ei=UTF-8' onclick='window.open(this.href); return false;' onkeypress='if (event.keyCode!=13) return(true); else window.open(this.href); return false;'><img src='http://www.e-kao.net/Img/ybm.gif' width='16' height='16' alt='&#12463;&#12522;&#12483;&#12463;&#12377;&#12427;&#12392; &#89;&#97;&#104;&#111;&#111;&#33;&#12502;&#12483;&#12463;&#12510;&#12540;&#12463;&#12395;&#13;" + document.title + "&#12434;&#36861;&#21152;&#12391;&#12365;&#12414;&#12377;&#12290;' /></a>");

document.write("&nbsp;<a accesskey=\"g\" href='http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=" + encodeURIComponent(document.location) + "&amp;title=" + encodeURIComponent(document.title) + "' onclick='window.open(this.href); return false;' onkeypress='if (event.keyCode!=13) return(true); else window.open(this.href); return false;'><img src='http://www.e-kao.net/Img/gbm.gif' width='16' height='16' alt='&#12463;&#12522;&#12483;&#12463;&#12377;&#12427;&#12392; &#103;&#111;&#111;&#103;&#108;&#101;&#12502;&#12483;&#12463;&#12510;&#12540;&#12463;&#12395;&#13;" + document.title + "&#12434;&#36861;&#21152;&#12391;&#12365;&#12414;&#12377;&#12290;' /></a>");