/**
 * @author mad@Max
 * Hot Threads v2.1
 */
function AJAX_HotThreads(b,c,d){this.vn=b;this.htc=d;this.getht=function(){fetch_object("loadht").style.display="inline";this.ht_ok=function(f){if(f.responseText!==undefined){var e=f.responseXML.getElementsByTagName("getht");fetch_object("collapseobj_mdm_ht").innerHTML=e[0].firstChild.nodeValue;fetch_object("loadht").style.display="none"}};YAHOO.util.Connect.asyncRequest("POST","ajax.php?do=getht",{success:this.ht_ok,failure:vBulletin_AJAX_Error_Handler,timeout:vB_Default_Timeout,scope:this},SESSIONURL+"securitytoken="+SECURITYTOKEN+"&do=getht")};this.htlist=function(){fetch_object("loadht").style.display="inline";var e=fetch_object("htcont");if(e!==null){e.parentNode.removeChild(e)}var f=document.createElement("tbody");f.id="htcont";f.className="alt1 tborder";fetch_object("httb").appendChild(f);this.ht_ok=function(h){if(h.responseText!==undefined){if(fetch_object("htcont").style.display=="none"){fetch_object("htcont").style.display="inline"}var g=h.responseXML.getElementsByTagName("allhots");fetch_object("htcont").innerHTML=g[0].firstChild.nodeValue;fetch_object("loadht").style.display="none"}};YAHOO.util.Connect.asyncRequest("POST","ajax.php?do=showht",{success:this.ht_ok,failure:vBulletin_AJAX_Error_Handler,timeout:vB_Default_Timeout,scope:this},SESSIONURL+"securitytoken="+SECURITYTOKEN+"&do=showht")};this.remht=function(e){this.ht_ok=function(f){if(f.responseText!==undefined){fetch_object("ht_"+e).parentNode.removeChild(fetch_object("ht_"+e));return false}};YAHOO.util.Connect.asyncRequest("POST","ajax.php?do=remht",{success:this.ht_ok,failure:vBulletin_AJAX_Error_Handler,timeout:vB_Default_Timeout,scope:this},SESSIONURL+"securitytoken="+SECURITYTOKEN+"&do=remht&htid="+e)};this.getht();var a=setInterval(this.vn+".getht();",1000*c)};
