if(typeof Controls_NearCdComment == "undefined") Controls_NearCdComment={};
Controls_NearCdComment_class = function() {};
Object.extend(Controls_NearCdComment_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCommentDetail: function(commentID) {
		return this.invoke("GetCommentDetail", {"commentID":commentID}, this.GetCommentDetail.getArguments().slice(1));
	},
	url: '/Music/ajaxpro/Controls_NearCdComment,Web_deploy_MusicWeb.ashx'
}));
Controls_NearCdComment = new Controls_NearCdComment_class();

