function tcArticleLoader(){this.loadArticle=function(a,c,d){this.showLoading();a="/code/ajaxcall.php?module=article&action=getarticlebyid&id="+a+"&thumbtype="+c+"&imgtype="+d;var e=function(b){this._onloadcallback(b)}.create({bind:this});(new Request.JSON({url:a,onComplete:function(b){e(b.TC_ARTICLE)}})).send()};this._onloadcallback=function(a){this.onloadusercallback&&this.onloadusercallback(a);this.hideLoading()};this.setOnLoadCallback=function(a){this.onloadusercallback=a};this.showLoading=function(){this.isLoading=
true};this.hideLoading=function(){this.isLoading=false};this.isLoading=0;this.onloadusercallback=null};
