var LiveComment = {
  page:0,
  reverse:false,
  getMore:function(u){
    this.page++;
    js.ajax.request({url:'/_LiveComments/GetMore?u='+u+'&pg='+this.page,onSuccess:function(k){if(k.text) $('commlist').innerHTML+=k.text;}})
  }
};
