document.write("<div id='asdfasasd'></div>");
setTimeout(function(){    
    var cfg = {
               'domain':"http://www.ecosystemgardening.com/forum",
               'target':"_top",
               'siteid':57407,
               'uid':'asdfasasd'
             };         
    if(window.chatter && window.chatter.gogo_recenttopics){
          window.chatter.gogo_recenttopics(cfg);
    }else{
        var el = document.createElement("script");
        el.src = "http://tal.ki/static/bundle/d3793eed/topicswidget.js";
        el.type = "text/javascript";
        if(el.addEventListener){
            el.addEventListener('load', function(){window.chatter.gogo_recenttopics(cfg)}, false);
        }else{
            el.attachEvent('onreadystatechange',function(e){
                var s = e.srcElement;var x=s.readyState;
                if (x==="loaded"||x==="complete") {
                    s.onreadystatechange = null; 
                    window.chatter.gogo_recenttopics(cfg);
                }
            });
        }
        document.getElementsByTagName("head")[0].appendChild(el);
    }
},1);