url: '/ava/ayu.aspx?act=' + act + '&id=' + id + '',
   type: 'post',
data: { a: 1 },
  dataType: 'json',
   success: function (json) {
var msg = json.msg;
showBox(''+msg+'')
},
error: function () {
showBox('系统错误,请联系管理!')
}
    });
});
}  
       }
         return;
    }
 }
 </script>
返回帖子首页










