/**
 * @author mad@Max
 * imDM - Advanced Statistics
 * Version 1.0.2
 */
var a;function imDMStat(b,c){this.store=[];this.timer=this.uid=this.listtab=null;this.pl=this.topOn=false;this.intr=b;this.aRel=c;this.bb=this.checkbb(BBURL);this.lpSel=fetch_object("clp_select");this.rel=fetch_object("cas_rel");this.cookieRes=fetch_cookie("fcresult");this.tab=fetch_cookie("clastpost")}a=imDMStat.prototype; a.init=function(){if(typeof MDMPL!="undefined")this.pl=new MDMPL("imDMStat",this.bb,this.uid);this.tippost();this.rel&&YAHOO.util.Event.on(this.rel,"click",this.mouseEvent,this,true);this.regEvents("res");this.regEvents("sellp");if(fetch_object("imdmtops")){this.regEvents("tops");this.topOn=true}if(this.cookieRes)this.store[5]=this.cookieRes;if(this.aRel){var b=this;setInterval(function(){b.posts(b.store[0])},1E3*this.intr)}}; a.posts=function(b){if(this.lpSel)this.lpSel.innerHTML=fetch_object("clp"+b).firstChild.innerHTML;this.tab!=b&&set_cookie("clastpost",b);this.store[0]=b;var c=fetch_object("cprogress_post");c.className="chshow";YAHOO.util.Connect.asyncRequest("POST",this.bb+"/ajaximdmstat.php?do=latestposts",{success:function(d){if(d.responseXML){fetch_object("imdmstats_latestposts").innerHTML=d.responseXML.getElementsByTagName("imdmlp")[0].firstChild.nodeValue;c.className="hidden";this.tippost()}},failure:vBulletin_AJAX_Error_Handler, timeout:vB_Default_Timeout,scope:this},SESSIONURL+"&securitytoken="+SECURITYTOKEN+"&do=latestposts&listforumid="+this.listtab[b]+"&result="+this.store[5])}; a.top=function(b,c,d){var e=b+":"+c;fetch_cookie("ctop_"+d)!=e&&set_cookie("ctop_"+d,e);var f=fetch_object("cprogress_top"),g=fetch_object("ctop_title_"+d);f.className="chshow";g.innerHTML=vbphrase.imdmwait;this.store[d]=[b,c];YAHOO.util.Connect.asyncRequest("POST",this.bb+"/ajaximdmstat.php?do="+b,{success:function(h){if(h.responseXML){g.innerHTML=c;fetch_object("imdmstats_topbox_"+d).innerHTML=h.responseXML.getElementsByTagName("imdmtop")[0].firstChild.nodeValue;f.className="hidden"}},failure:vBulletin_AJAX_Error_Handler, timeout:vB_Default_Timeout,scope:this},SESSIONURL+"&securitytoken="+SECURITYTOKEN+"&do="+b+"&result="+this.store[5])};a.rechooseTop=function(){for(var b=1;b<=4;b++)typeof this.store[b]!="undefined"&&this.top(this.store[b][0],this.store[b][1],b)}; a.regEvents=function(b){for(var c,d,e=fetch_tags(fetch_object("imdm"+b),"li"),f=0;typeof e[f]!="undefined";f++){d=e[f];if(b=="tops"&&d.id.match(/ctop(.*)/)==null||b=="res"&&d.type!=1)if(d.type!="i")continue;YAHOO.util.Event.on(d,"click",this.mouseEvent,this,true);if(YAHOO.util.Dom.hasClass(d,"chsel"))switch(b){case "sellp":this.store[0]=d.id.match(/clp(\d+)/)[1];break;case "tops":c=d.id.match(/ctop(\d+)_(.*)/);this.store[c[1]]=[c[2],new String(d.firstChild.innerHTML)];break;case "res":this.store[5]= new Number(d.firstChild.innerHTML);break}}console.log("Registred %s selectable items",f)}; a.mouseEvent=function(b){b=b||window.event;var c,d=YAHOO.util.Event.getTarget(do_an_e(b)),e=d.parentNode;if(d.id=="cas_rel")this.posts(this.store[0]);else if(e.type=="i"){this.cookieDel();alert("Cookies is deleted")}else if(e.type==1){YAHOO.vBulletin.vBPopupMenu.close_all();this.store[5]=new Number(e.firstChild.innerHTML);this.posts(this.store[0]);this.rechooseTop();this.select(e);set_cookie("fcresult",this.store[5])}else if(c=e.id.match(/clp(\d+)/)){YAHOO.vBulletin.vBPopupMenu.close_all();this.posts(c[1]); this.select(e)}else if(c=e.id.match(/ctop(\d+)_(.*)/)){YAHOO.vBulletin.vBPopupMenu.close_all();this.top(c[2],e.firstChild.innerHTML,c[1]);this.select(e)}else if(c=e.id.match(/ch_(\d+)_(\d+)/))switch(b.type){case "mouseover":if(typeof MDMTT=="undefined")break;MDMTT.show(d,c[1]);break;case "mouseout":if(typeof MDMTT=="undefined")break;MDMTT.hide();break;case "click":if(!this.pl)break;this.pl.showPost(c[2],c[1]);break}}; a.tippost=function(){for(var b,c=fetch_tags(fetch_object("imdmstats_latestposts"),"span"),d=0;typeof c[d]!="undefined";d++){b=c[d];if(YAHOO.util.Dom.hasClass(b,"chtip")){YAHOO.util.Event.on(b,"mouseover",this.mouseEvent,this,true);YAHOO.util.Event.on(b,"mouseout",this.mouseEvent,this,true)}else YAHOO.util.Dom.hasClass(b,"chpost")&&YAHOO.util.Event.on(b,"click",this.mouseEvent,this,true)}}; a.cookieDel=function(){delete_cookie("ctop_1");delete_cookie("ctop_2");delete_cookie("ctop_3");delete_cookie("ctop_4");delete_cookie("clastpost");delete_cookie("fcresult")};a.checkbb=function(b){return document.location.href.search(/www\./)!=-1?b.search(/www\./)!=-1?b:"http://www."+(b.substring(0,7)=="http://"?b.substring(7):b):b.search(/www\./)!=-1?b.replace(/www\./,""):b}; a.select=function(b){var c,d=fetch_tags(b.parentNode,"li");for(c=0;typeof d[c]!="undefined";c++)YAHOO.util.Dom.removeClass(d[c],"chsel");YAHOO.util.Dom.addClass(b,"chsel")};