function component_HotList(a){this.DOMConstruct("HotList",a)}component_HotList.prototype=new SK_ComponentHandler({construct:function(a){var b=this;var c=this.$("#become_hot");c.click(function(){SK_confirm($("<span>"+a+"</span>"),function(){b.ajaxCall("ajax_AddToHotList",{},{success:function(d){if(d.result){window.location.reload()}}})})})}});
