不出名的。
$close.live("click",function(){
            if ($("#hangyedialog")){
                $("#hangyedialog").hide();
            }
            $blank.hide();
            $dialog.hide();            
            if(st){
                clearTimeout(st);//清除定时器
            }
            if(stc){
                clearTimeout(stc);//清除定时器
            }
        });