if(typeof Controls_CdComment == "undefined") Controls_CdComment={};
Controls_CdComment_class = function() {};
Object.extend(Controls_CdComment_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_CdComment,Web_deploy_MusicWeb.ashx'
}));
Controls_CdComment = new Controls_CdComment_class();

