
Lycos.use("ui");Lycos.webon.modules.sharethis=function(instId,subInstId){this.type="sharethis";this.lyModule=Lycos.webon.module;this.lyModule(instId,subInstId);var tmp=this;this.jsObj="(Lycos.webon.getInstance('"+this.type+"', "+this.instId+", "+this.subInstId+"))";this.displaySharePost=function(item,url,title){var encodedUrl=encodeURIComponent(url);if(Lycos.ui.bubble.positionBy!=item){Lycos.ui.bubble.setPositionBy(item);var div=document.getElementById("addThisButtons"+this.instId);var tempDiv=div.ownerDocument.createElement("div");var dupe=div.cloneNode(true);dupe.id="";dupe.style.display="";var aTags=dupe.getElementsByTagName("A");for(var i=0;i<aTags.length;i++){var a=aTags[i];a.href+=encodedUrl+a.name+title;}
tempDiv.appendChild(dupe);Lycos.ui.bubble.show('rssfeed');Lycos.ui.bubble.populate(tempDiv.innerHTML);tempDiv.innerHTML="";this.moreShareItems(dupe,false);}
else{Lycos.ui.bubble.hide();}}
this.moreShareItems=function(div,show){var ps=div.getElementsByTagName("P");for(var i=0;i<ps.length;i++)
ps[i].style.display=(show||!ps[i].className.match(/none/)?"block":"none");var as=div.getElementsByTagName("A");if(as.length>0)
as[as.length-1].style.display=(show?"none":"");Lycos.ui.bubble.reposition();}
this.onAction=function(evt){}}
