if (typeof adingoDA0110000001 == 'undefined') {
    var adingoDA0110000001 = null;
}
var hybridPlus0110000001 = {
    keywordSets : [{"word":"\u30d0\u30b9\u30c8\u30a2\u30c3\u30d7","ref":"HS_Under_ORG_c457f8de960948f475c95b401fb38331"},{"word":"\u5305\u830e\u624b\u8853","ref":"HS_Under_ORG_697cf3561ebc3816400f59f17e7571a4"},{"word":"\u8102\u80aa\u5438\u5f15","ref":"HS_Under_ORG_aa30002999cc23c62b66c64c864b091d"},{"word":"\u8cc3\u8cb8\u7d4c\u55b6","ref":"HS_Under_ORG_26793204c533c2ca94a3f7f1f1d9ad35"},{"word":"100\u5186PC","ref":"HS_Under_ORG_2ba91eca4f7ddec17fb2afd48b8e51fb"},{"word":"\u91d1\u8cb7\u53d6","ref":"HS_Under_ORG_f031b2f9ec0e3f851a8b63d2020114d2"},{"word":"\u8eab\u5143\u8abf\u67fb","ref":"HS_Under_ORG_2b5744652f4403f147da40c6a5e48689"},{"word":"\u30a4\u30f3\u30d7\u30e9\u30f3\u30c8","ref":"HS_Under_ORG_d50de8c9e0ced3dc61400c5f2948e1ac"}],
    target : true,
    url : "http://search.rocketnews24.com/sponsor/?Keywords=",
    apikey : "0110000001",
    
    run : function()
    {
        hybridPlus0110000001.writeKeywords();
    },

    writeKeywords : function(){
        var divCount = 0;
        if (document.getElementById("adingo_keywords_" + this.apikey) != null) {
            divCount++;
            while (document.getElementById("adingo_keywords_" + this.apikey + "_" + (divCount)) != null) {
                divCount++;
            }
        }
        var idPrefix = divCount == 0 ? "" : "_" + divCount;
        document.write("<div id=\"adingo_keywords_" + this.apikey + idPrefix + "\" class=\"adingo_keywords\"></div>");

        var div = document.getElementById("adingo_keywords_" + this.apikey + idPrefix);

        var ul = document.createElement("ul");
        for (var i = 0; i < hybridPlus0110000001.keywordSets.length; i++) {
            var li  = document.createElement("li");
            var a   = document.createElement("a");
            a.setAttribute("href", hybridPlus0110000001.url + encodeURIComponent(unescape(hybridPlus0110000001.keywordSets[i]['word'])) + '&ref=' + hybridPlus0110000001.keywordSets[i]['ref'] + "&e=ut");
            a.onclick = function() {
                if (adingoDA0110000001!= null && typeof adingoPageTracker != 'undefined') {
                    adingoDA0110000001.adingoClickTracker(this);
                    return false;
                }
            }
            if (hybridPlus0110000001.target) a.setAttribute("target", "_blank");
            a.innerHTML = unescape(hybridPlus0110000001.keywordSets[i]['word']);
            li.appendChild(a);
            ul.appendChild(li);
        }
        div.appendChild(ul);
    },

    addDAScript : function() {
        var script = document.createElement("script");
        script.setAttribute("src", "http://analytics.adingo.jp/pda.php");
        script.setAttribute("type", "text/javascript");
        document.getElementsByTagName("head")[0].appendChild(script); 
    },

    existDAScript : function() {
        var scripts = document.getElementsByTagName("script");
        for (var i = 0; i < scripts.length; i++) {
            if (scripts[i].getAttribute('src') == "http://analytics.adingo.jp/pda.php") return true;
        }
        return false;
    },

    initDA : function(count) {
        if (hybridPlus0110000001.existDAScript() && typeof adingoPageTracker != 'undefined') {
            adingoDA0110000001 = new adingoPageTracker("PDA-1100-0008-0110000001", "UTF-8", "00001");
        } else if(count < 10) {
            setTimeout("hybridPlus0110000001.initDA(" + (count + 1) + ")", 100);
        }
    }
}
hybridPlus0110000001.run();
