function comment() { } 
comment._path = '/dwr'; 
comment.getTop = function(p0,p1,callback){ DWREngine._execute(comment._path,'comment','getTop',p0,p1,false,callback); }
comment.newComment = function(p0, p1, p2, callback) { DWREngine._execute(comment._path, 'comment', 'newComment', p0, p1, p2, false, callback); } ;
comment.getCommentList = function(p0, p1, p2, callback) {
	DWREngine._execute(comment._path, 'comment', 'getCommentList', p0, p1, p2, callback); 
}; 
comment.reComment = function(p0, p1, p2, callback) { DWREngine._execute(comment._path, 'comment', 'reComment', p0, p1, p2,false, callback); };
comment.addTop = function (p0,p1,p2,p3,p4,p5,p6,callback){DWREngine._execute(comment._path, 'comment', 'addTop', p0,p1,p2,p3,p4,p5,p6,false,callback);};


